Created temporary repo placeholder page

This commit is contained in:
2025-01-21 14:17:38 +00:00
parent 54515f0dca
commit 5dcfac8fad
6 changed files with 15 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ export const navigation = {
toHome: () => goto("/"),
toAbout: () => goto("/about"),
toContact: () => goto("/contact"),
toRepository: () => goto("/repo"),
to404: () => {
throw error(404, 'Page not found');
}