Updated link to repository

This commit is contained in:
2025-02-11 00:30:25 +00:00
parent 724bf12c23
commit 80fe6c785f

View File

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