Skip to content

Add CNAME so GitHub Pages serves www.grontved.xyz - #26

Merged
kasperg3 merged 1 commit into
mainfrom
claude/github-pages-down-Zg2F3
May 22, 2026
Merged

Add CNAME so GitHub Pages serves www.grontved.xyz#26
kasperg3 merged 1 commit into
mainfrom
claude/github-pages-down-Zg2F3

Conversation

@kasperg3

Copy link
Copy Markdown
Owner

Pages is configured with a custom domain (www.grontved.xyz), but the
deploy workflow uses actions/upload-pages-artifact, which replaces the
served site contents on every deploy. Without a CNAME file in the
artifact, the custom domain gets de-verified by Pages and the site
stops serving.

CRA copies public/ to build/ verbatim, so this lands in the artifact.

Pages is configured with a custom domain (www.grontved.xyz), but the
deploy workflow uses actions/upload-pages-artifact, which replaces the
served site contents on every deploy. Without a CNAME file in the
artifact, the custom domain gets de-verified by Pages and the site
stops serving.

CRA copies public/ to build/ verbatim, so this lands in the artifact.
@kasperg3
kasperg3 merged commit ca9e96d into main May 22, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants