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 a45e208f9b - Show all commits
+1 -1
View File
@@ -44,7 +44,7 @@ const routes = [
},
];
const router = createRouter({
const router = createRouter({
history: createWebHistory(),
routes
});