DEV Community

Discussion on: Pointing a Github Pages Repo to a Hover Domain

Collapse
 
nickymarino profile image
Nicky Marino

I double checked my configurations and I don't have a www CNAME record. It's possible that other setups might need it though.

Collapse
 
hellodavidryan profile image
David Ryan

You will need the CNAME for yoursitename.com to correctly resolve to the path you've set in GitHub. This ensures anyone using the www finds there way to the yourname.github.io and sees your wonderful site.

Check out: brendan-quinn.xyz/post/pointing-ho...

Thread Thread
 
nickymarino profile image
Nicky Marino

Good point, thanks! I've updated the post.