fix: stale BYOND port (2506 -> 1337) and ResurgenceStation org references - #6
Merged
Merged
Conversation
The BYOND server runs on port 1337 (matches the play.reduxstation.com redirect target and what the host actually listens on); the page was still advertising the upstream-template :2506. - _data/site.yaml: byond_url and github_repo - _data/servers.yaml: public_address - _data/nav.yaml: GitHub nav link - index.njk: meta description now reuses site.byond_url instead of reconstructing the URL with a hardcoded port Provenance comments in README/SCSS/JS still reference ResurgenceStation/webmap; those are historical attribution (the PNGs and parallax code were lifted from that repo) and stay per the rebrand-audit decision. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
What
Three stale-template strings the rebrand missed, all visible after the
site went live at https://reduxstation.com:
server on port 2506, but the host listens on 1337 (matches
the existing play.reduxstation.com redirect target and the
globals.env `GAME_PORT=1337`).
`github.com/ResurgenceStation/*`. The org redirect masks the
problem but the URLs are wrong post-rename.
Changes
Out of scope
Provenance comments in `README.md`, `sass/parallax.scss`, `sass/pda.scss`,
and `js/parallax.js` still reference `ResurgenceStation/webmap` and
`logs.owo.fm` because that's where those assets were originally lifted
from. Historical attribution stays per the rebrand-audit decision (the
GitHub URL still resolves via the org redirect anyway).