When I put my personal domain my website appears completely white blank #173668
Replies: 1 comment
-
Yes, this is a very common issue, and it's usually caused by one of two things: either your domain's DNS records aren't pointing to GitHub correctly, or the custom domain hasn't been set up properly in your repository's settings. How to Fix It: A Step-by-Step ChecklistLet's walk through the steps to make sure everything is configured correctly.
If you are using a root domain (e.g., velvet-notes.com): A @ 185.199.108.153 CNAME www violetamoore.github.io Go to your repository violetamoore/velvet-notes-showcase. Click on the "Settings" tab. In the left sidebar, click on "Pages". In the "Custom domain" section, type your domain name (e.g., www.velvet-notes.com) into the box and click "Save". This step is crucial because it creates a file named CNAME in your repository that tells GitHub Pages what domain to respond to.
Checking Your RepositoryI can see from your repository that you do have the CNAME file set up correctly, which is great! This means the problem is almost certainly with the DNS records at your domain registrar. Double-check your A or CNAME records there, and after a bit of a wait, your site should show up correctly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I used lovable to create my website and then I connected it to github to use a personal domain that a I have. Everything works perfectly when i used the default domain that provides github, but when i put mine the website doesn’t show up. Can anyone chek it for me or tell me whats going on? Thanks. https://github.com/violetamoore/velvet-notes-showcase.git
Beta Was this translation helpful? Give feedback.
All reactions