diff --git a/config/routes.ts b/config/routes.ts index 5f6a32e7..2a28febd 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -39,6 +39,7 @@ export default [ }, { component: '404', + path: '/*', }, ], }, @@ -262,5 +263,6 @@ export default [ }, { component: '404', + path: '/*', }, ];