Skip to content
Snippets Groups Projects
Unverified Commit ca6afd40 authored by Johann150's avatar Johann150
Browse files

fix client router catchall

fixes #8903
parent 8b7dcf4d
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ export const routes = [{
component: $i ? page(() => import('./pages/timeline.vue')) : page(() => import('./pages/welcome.vue')),
globalCacheKey: 'index',
}, {
path: '/(*)',
path: '/:(*)',
component: page(() => import('./pages/not-found.vue')),
}];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment