diff --git a/src/route-config.ts b/src/route-config.ts index 2e8090584d..7dab1e15d6 100644 --- a/src/route-config.ts +++ b/src/route-config.ts @@ -158,7 +158,7 @@ export const routes: RoutesFn = (t: TFunction) => [ access: "anyone", }, { - path: "", + path: "*", component: PageNotFoundSection, breadcrumb: "", access: "anyone",