diff --git a/config/routes.ts b/config/routes.ts index 2a28febd..aaf6f182 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -39,7 +39,7 @@ export default [ }, { component: '404', - path: '/*', + path: '/user/*', }, ], },