diff --git a/apps/web/src/index.tsx b/apps/web/src/index.tsx index 34d63a9..a454194 100644 --- a/apps/web/src/index.tsx +++ b/apps/web/src/index.tsx @@ -175,6 +175,7 @@ const appRoute = createRoute({ getParentRoute: () => rootRoute, id: "app", component: AppShell, + notFoundComponent: NotFound, }); const settingsRoute = createRoute({