diff --git a/config/routes.ts b/config/routes.ts index aaf6f182..b1a6a058 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -263,6 +263,6 @@ export default [ }, { component: '404', - path: '/*', + path: './*', }, ];