Hi everyone,
I’ve been using my GoDaddy domain (luishenrique.space) for GitHub Pages, where I accessed my repos through URLs like luishenrique.space/reponame. Everything was working fine until I decided to add a subdomain (e.g., myproject.luishenrique.space) for a project hosted on Vercel.
Adding the DNS configuration to GoDaddy:
| TYPE | NAME | VALUE |
|---|---|---|
CNAME | myproject | cname.vercel-dns.com |
After adding the domain to Vercel, my GitHub Pages site stopped working, and now I’m being redirected to a GoDaddy landing page (luishenrique.space/lander).
Does anyone know how I can fix this and get both my GitHub Pages and Vercel subdomain working at the same time? Any advice would be really helpful!
Thanks!

