Project format

This commit is contained in:
2025-02-11 00:58:57 +00:00
parent e614806eac
commit 82110e99eb
9 changed files with 315 additions and 340 deletions

View File

@@ -5,7 +5,9 @@ export const navigation = {
toHome: () => goto("/"),
toAbout: () => goto("/about"),
toContact: () => goto("/contact"),
toRepository: () => { window.location.href = "https://invenio.am-d-model.eu/" },
toRepository: () => {
window.location.href = "https://invenio.am-d-model.eu/";
},
to404: () => {
throw error(404, "Page not found");
},