Add NotFound.vue #48 #50

Merged
jakob.scheid merged 22 commits from feature/not-found-page into main 2026-05-14 16:21:30 +02:00
Showing only changes of commit f152d39db8 - Show all commits
+1 -1
View File
@@ -39,7 +39,7 @@ const routes = [
}, },
{ {
path: '/:pathMatch(.*)*', path: '/:pathMatch(.*)*',
name: 'not-found', name: 'notFound',
component: NotFound component: NotFound
}, },
]; ];