mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 11:03:48 +03:00
feat: add no match route (#3659)
This commit is contained in:
parent
7c4b8866d3
commit
358c3a5bb2
@ -28,6 +28,10 @@ export const router = createBrowserRouter(
|
||||
path: '/404',
|
||||
lazy: () => import('./pages/404'),
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
lazy: () => import('./pages/404'),
|
||||
},
|
||||
],
|
||||
{
|
||||
future: {
|
||||
|
Loading…
Reference in New Issue
Block a user