diff --git a/apps/core/src/router.ts b/apps/core/src/router.ts index 444e5fe7d..0d438ede0 100644 --- a/apps/core/src/router.ts +++ b/apps/core/src/router.ts @@ -28,6 +28,10 @@ export const router = createBrowserRouter( path: '/404', lazy: () => import('./pages/404'), }, + { + path: '*', + lazy: () => import('./pages/404'), + }, ], { future: {