From 258384fd6237b5643257608b23b62fb5021fdfe2 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 3 May 2026 22:23:02 +0200 Subject: [PATCH] (feat): update 404 page --- apps/web/src/index.tsx | 1 + 1 file changed, 1 insertion(+) 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({