From 486179ba4f028b4ee36ca4162d6af8cd0ed83729 Mon Sep 17 00:00:00 2001 From: GeoDaoyu Date: Sun, 13 Jul 2025 11:37:08 +0800 Subject: [PATCH] fix: 404 path in routes.ts --- config/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: './*', }, ];