Setup GitHub Pages
Create GitHub Pages:
If you have not already done so, sign in to GitHub and set up your GitHub Pages site by following their instructions.
Set up your subdomain:
Follow our registration guide to request your subdomain.
Publishing:
- Add a file named CNAME with the content
<sub_domain>.mmdevs.orgat source branch/source directory. - For details on configuring the publishing source for your GitHub Pages site, see the docs.
CNAME
<your_subdomain>.mmdevs.org
- A CNAME file will not be processed when publishing a site via a workflow.
- Add
<sub_domain>.mmdevs.orgas a custom domain at the following example URL. - More details are available in GitHub Docs.
example URL
https://github.com/{user_name}/{repo}/settings/pages
Setup for Vercel
-
Follow our registration guide to request your subdomain.
- Use
cname.vercel-dns.comor the newer<code>.vercel-dns-017.comtarget shown by Vercel (example:d1d4fc829fe7bc7c.vercel-dns-017.com). - See Adding and configuring a custom domain in the Vercel docs.