Skip to content

fix: redirect /wasteland route to homepage - #1

Open
DreadPirateRobertz wants to merge 1 commit into
steveyegge:mainfrom
DreadPirateRobertz:fix/wasteland-route-redirect
Open

fix: redirect /wasteland route to homepage#1
DreadPirateRobertz wants to merge 1 commit into
steveyegge:mainfrom
DreadPirateRobertz:fix/wasteland-route-redirect

Conversation

@DreadPirateRobertz

Copy link
Copy Markdown

Summary

  • The /wasteland path rendered the same content as the homepage because the SPA fallback served index.html but no React Router route matched
  • Adds an explicit <Navigate to="/" replace /> route so /wasteland redirects to the root

Test plan

  • Visit wasteland.gastownhall.ai/wasteland — should redirect to /
  • Verify homepage still renders correctly at /

Fixes gt-awgw

🤖 Generated with Claude Code

The /wasteland path was serving index.html via the SPA fallback but
rendered identical content to the homepage since no React Router route
matched. Add an explicit redirect so /wasteland navigates to /.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant