How to add custom domain on GitHub #203648
Replies: 4 comments 5 replies
|
A few things are worth checking beyond changing the Vite
If you can share:
it'll be much easier to identify whether this is a DNS issue or a build configuration issue. |
|
Thanks for sharing the screenshots. Your GoDaddy DNS records look correct for GitHub Pages: The four A records point to GitHub Pages' IP addresses. Since your custom domain has already been accepted by GitHub, the remaining issue is likely on the deployment side rather than DNS. A couple of things I'd check next: Make sure you've committed and redeployed the change from base: "/official/" to base: "/". GitHub Pages won't use the new base until a fresh build is published. If the GitHub Actions deployment completed successfully, could you also share the URL of the latest workflow run (or a screenshot of the deployment log)? That would help determine whether this is a build issue or a Pages configuration issue. |
|
Try vercel and replit |
|
Bae |


Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Pages
Body
Manus AI app created website for me and I connected it to GitHub.
I have a repository on guthub: https://github.com/velaragirlgroup/official
On GitHub, I was given this domain and it works well: https://velaragirlgroup.github.io/official/
Now I have a new domain from GoDaddy : www.velaragirlgroup.com
I connected it to GitHub successful. I only made changes in client/vite.config.ts by changing base from /official/ to /. That's the only change I made so far.
Does anyone know what else I have to do? Because I only made one change and the custom domain is blank : www.velaragirlgroup.com
All reactions