From 92eefb5ff6ebc4d81e4759a2c9becc864702a157 Mon Sep 17 00:00:00 2001 From: Alex Zhu Date: Thu, 30 Apr 2026 18:27:47 +0800 Subject: [PATCH] fix: remove 404 from sidebar menu (#11737) Co-authored-by: Claude Opus 4.7 --- config/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.ts b/config/routes.ts index ab67058e..2642d7c6 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -291,7 +291,6 @@ export default [ redirect: '/dashboard/analysis', }, { - name: '404', component: './exception/404', path: '/*', },