Skip to content
Discussion options

You must be logged in to vote

Hey! The problem is the name of your umbrella repo.

For the custom-domain inheritance to kick in, the umbrella repo has to be named the-hotline.github.io — not just the-hotline. Only the repo matching .github.io is treated as the organization Pages site, and that's the one whose custom domain gets shared with sibling project repos.

Right now the-hotline is just a regular project repo that happens to have a CNAME, so nothing propagates — which is why your .js file 404s.

Try this:

Rename the-hotline → the-hotline.github.io (keep the CNAME with cdn.thehotline.us inside).
In thl-site-feedback: enable Pages, but leave the custom domain blank and don't add a CNAME file.
Give it a minute, then h…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ChadCleveland
Comment options

Comment options

You must be logged in to vote
1 reply
@ChadCleveland
Comment options

Answer selected by ChadCleveland
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates Other Features and Feedback Discussions that fall into "Other" category
4 participants