Add CNAME file to enable www subdomain support#120
Draft
Conversation
✅ Deploy Preview for bemanproject ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: neatudarius <8947836+neatudarius@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix www prefix for website functionality
Add CNAME file to enable www subdomain support
Jan 13, 2026
Member
There was a problem hiding this comment.
Pull request overview
This PR adds the necessary configuration to enable www subdomain support for bemanproject.org on GitHub Pages. The site currently returns DNS_PROBE_FINISHED_NXDOMAIN when accessing www.bemanproject.org.
Changes:
- Added CNAME file with apex domain for GitHub Pages custom domain configuration
- Added comprehensive DNS configuration documentation for domain administrators
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| static/CNAME | Contains apex domain bemanproject.org for GitHub Pages custom domain setup; copied to build root by Docusaurus |
| DNS_CONFIGURATION.md | Complete DNS setup instructions including 4 A records for apex domain and CNAME record for www subdomain, with verification commands and references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
www.bemanproject.orgsubdomain returnsDNS_PROBE_FINISHED_NXDOMAINbecause GitHub Pages lacks the CNAME file required for custom domain configuration.Changes
static/CNAME: Added file containingbemanproject.orgapex domain. Docusaurus copies this to build root for GitHub Pages deployment.DNS_CONFIGURATION.md: DNS setup instructions for the domain administrator:wwwsubdomain tobemanproject.github.ioResult
Once DNS records are configured per
DNS_CONFIGURATION.md, GitHub Pages will automatically redirect betweenbemanproject.org↔www.bemanproject.org.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.