404 page¶
This starter kit includes a default 404 page at apps/client/src/pages/404.tsx.
The root route wires it in through notFoundComponent in
apps/client/src/routes/__root.tsx:
Edit the page¶
404.tsx is an ordinary component, so change the markup, copy, and layout freely.