SSolidJS•Created by KamehamehaNudel on 9/30/2024 in #support Router determine if 404 route
In the old beta solid start, do the router is 0.9
The route is just defined as the last one and as
`<Route match={"*"} component={NotFound} />‘
which I believe was part of default example back then