mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-25 21:20:57 +02:00
add 404 page
This commit is contained in:
@@ -55,6 +55,11 @@ const router = createRouter({
|
||||
path: '/legal',
|
||||
name: 'legal',
|
||||
component: () => import('../views/LegalView.vue')
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
component: () => import('../views/404.vue')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user