[claude] fix: reject unknown sub-paths, add 404 page (#8) #9

Merged
Rockachopa merged 1 commits from claude/issue-8 into main 2026-03-22 22:06:42 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
ad41d3eef7 fix: add 404 page and reject unknown sub-paths under /world/
Adds a custom 404.html page and client-side path validation in
world/index.html so that unknown sub-paths like /world/api or
/world/nonexistent redirect to the 404 page instead of silently
loading the Workshop SPA.

Fixes #8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 18:06:08 -04:00