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
1
@@ -44,7 +44,7 @@ const routes = [
}, },
]; ];
const router = createRouter({ const router = createRouter({
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Omit the space at the end of the line.

Omit the space at the end of the line.
history: createWebHistory(), history: createWebHistory(),
routes routes
}); });