How to use notFoundRoute with file-based routing #1013
reintroducing
started this conversation in
General
Replies: 3 comments 4 replies
|
The docs and examples available for the Not-Found Route and the Splat / Catch-All Routes are very limited indeed. The information on how to configuration a Not-Found Route seems to have moved under the Creating a router page. |
3 replies
|
Are all of the docs around not found pages currently (ironically) not working? All of the links posted just go to the overview page, as does searching for anything related to |
0 replies
|
Use |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've got a pretty basic implementation of the router to give it a POC/test run but I'm struggling to figure out how to implement

notFoundRoutein file-based routing. Is there an example available? I looked through the kitchen sink but i don't see it in there, and the docs around this are pretty limited (including, ironically, a 404 link that 404s).All reactions