404
+The requested page could not be found.
+diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx
index f3b2484..78412fb 100644
--- a/src/routes/__root.tsx
+++ b/src/routes/__root.tsx
@@ -23,6 +23,14 @@ export const Route = createRootRoute({
}]
}),
component: RootLayout,
+ notFoundComponent: () => {
+ return (
+ The requested page could not be found.404
+