From adfaa915434abca4fef00928c59458ec14e2315f Mon Sep 17 00:00:00 2001 From: Peach Date: Mon, 18 Dec 2023 16:29:51 +0800 Subject: [PATCH] chore: add path for 404 routes (#11096) --- config/routes.ts | 2 ++ 1 file changed, 2 insertions(+) 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: '/*', }, ];