mefechoel / svelte-navigator

Simple, accessible routing for Svelte
Other
504 stars 39 forks source link

Global Not Found Page needed. #63

Open rubanthilak opened 2 years ago

rubanthilak commented 2 years ago
Not Found 404

When I try to go to a different url that does not exist i.e: http://localhost:3000/blog/somethingrandom, the Not Found Page does not load.

we can't mention "*" inside every subroute. so, a global Not Found Page will be great.

zoogies commented 2 years ago

Agreed, I cant seem to figure out a way to add a global not found. This feels like a massive oversight? Things like this are very simple to implement in other routers such as react-router.