mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 13:41:56 +00:00
Updated link to repository
This commit is contained in:
@@ -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");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user