mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-29 15:28:09 +09:00
parent
b3983ee3f7
commit
5d6c624757
@ -227,7 +227,7 @@ export const routes = [{
|
|||||||
component: $i ? page(() => import('./pages/timeline.vue')) : page(() => import('./pages/welcome.vue')),
|
component: $i ? page(() => import('./pages/timeline.vue')) : page(() => import('./pages/welcome.vue')),
|
||||||
globalCacheKey: 'index',
|
globalCacheKey: 'index',
|
||||||
}, {
|
}, {
|
||||||
path: '/(*)',
|
path: '/:(*)',
|
||||||
component: page(() => import('./pages/not-found.vue')),
|
component: page(() => import('./pages/not-found.vue')),
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user