feat: add custom 404 page #60

Merged
addison merged 2 commits from exe-dev-bot/market:custom-404-page into main 2026-01-10 10:27:58 -05:00
Contributor

Summary

Adds a custom 404 page for unknown routes.

Changes

  • Created src/pages/404.astro with a user-friendly error page
  • Updated spec 000-mvp.md to mark task as complete
  • Added documentation in AGENTS.md about private-by-default routing pattern

Notes

  • The 404 page uses the existing Layout component and theming
  • Anonymous users accessing non-existent routes will be redirected to login (this is expected behavior due to private-by-default routing)
  • Authenticated users will see the 404 page for non-existent routes
## Summary Adds a custom 404 page for unknown routes. ## Changes - Created `src/pages/404.astro` with a user-friendly error page - Updated spec `000-mvp.md` to mark task as complete - Added documentation in `AGENTS.md` about private-by-default routing pattern ## Notes - The 404 page uses the existing Layout component and theming - Anonymous users accessing non-existent routes will be redirected to login (this is expected behavior due to private-by-default routing) - Authenticated users will see the 404 page for non-existent routes
feat: add custom 404 page
Some checks failed
ci.yml / feat: add custom 404 page (pull_request) Failing after 0s
cd29e0a5ad
Co-authored-by: Shelley <shelley@exe.dev>
fix: change 404 button from 'Go Home' to 'Dashboard'
Some checks failed
ci.yml / fix: change 404 button from 'Go Home' to 'Dashboard' (pull_request) Failing after 0s
ci.yml / feat: add custom 404 page (#60) (pull_request) Failing after 0s
51d6e5bef4
Co-authored-by: Shelley <shelley@exe.dev>
addison deleted branch custom-404-page 2026-01-10 10:27:58 -05:00
addison referenced this pull request from a commit 2026-01-10 10:28:00 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kwila/market!60
No description provided.