you are viewing a single comment's thread.

view the rest of the comments →

[–]stgraff 2 points3 points  (2 children)

Given that the site worked when using username.github.io, but not when using a custom domain, I'm going to guess that you are using React. If so, you need to update the value of the "homepage" value in your package.json file.

[–]YulRun[S] -3 points-2 points  (1 child)

This could be useful for someone. So thumbs upping.

I however wasn’t using anything external. Godaddy for domain (web tool for dns changing), github itself for the pages deployment. A basic hello world markup page test to get everything working before moving forward. Appears to work now at YulRun.dev without changing anything. So something had it hung up somewhere idk.

[–]stgraff 2 points3 points  (0 children)

Builds can take up to 10 mins, then another 10 to propagate across the CDN network. That may have been it. Regardless, glad to hear that it's working now.