Do all subdomains (resume, products, etc.) need to be added to the JSON file? #26115
-
Hi maintainers 👋 I currently host my portfolio and other sites on Vercel, but I plan to migrate everything to GitHub Pages. My setup will look like this:
My question is: Do I need to explicitly add every subdomain (resume, products, etc.) to the JSON file in the register repo? Or is adding just the root after converting from vercel to github pages (alvindennis.is-a.dev) and using CNAME files ( produc1.alvindennis.is-a.dev,) in each repo enough? I want to confirm the correct process for managing multiple subdomains under my root domain. Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes You need to create another json file for your subdomain and nested subdomain. we dont support wildcards (e.g. *.sticknologic.is-a.dev) |
Beta Was this translation helpful? Give feedback.
yup, you need to delete the vercel json file:
_vercel.subdomain.json
and edit all the remaining nested/subdomain records (most likely you need to replace the CNAME, if you are using A records (IP Address) you need to replace it with your CNAME e.g sticknologic.github.io)
and for the github verification, you only need to verify your root subdomain, read the docs to know more -> https://docs.is-a.dev/guides/github-pages/