Browse Source
fix: remove 404 from sidebar menu (#11737)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
pull/11754/head
Alex Zhu
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
config/routes.ts
|
|
|
@ -291,7 +291,6 @@ export default [ |
|
|
|
redirect: '/dashboard/analysis', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '404', |
|
|
|
component: './exception/404', |
|
|
|
path: '/*', |
|
|
|
}, |
|
|
|
|