Skip to content

Conversation

@uhyo
Copy link
Owner

@uhyo uhyo commented Jan 24, 2026

Summary

  • Add a catch-all 404 page to the docs site for unmatched routes
  • Create NotFoundPage component with a helpful message and link back to home
  • Add pathless route as the last child of the Layout route to catch unmatched paths

Test plan

  • Navigate to a valid page (e.g., /funstack-router/getting-started) - should work normally
  • Navigate to an invalid page (e.g., /funstack-router/unknown-page) - should show the Not Found page
  • Verify the "Go Home" link navigates correctly to the home page

🤖 Generated with Claude Code

Add a catch-all 404 page to the docs site so users see a helpful message
instead of a blank page when accessing an unknown URL. Uses a pathless
route as the last child of the Layout route to catch unmatched paths.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@uhyo uhyo merged commit ca75539 into master Jan 24, 2026
1 check passed
@uhyo uhyo deleted the feat/docs-not-found-page branch January 24, 2026 10:05
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