mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Return to pre-debug state (mostly)
This commit is contained in:
@@ -5,12 +5,6 @@ export const navigation = {
|
||||
toHome: () => goto("/"),
|
||||
toAbout: () => goto("/about"),
|
||||
toContact: () => goto("/contact"),
|
||||
toRepository: () => {
|
||||
console.log("Entering '/lib/navigation.js'.toRepository");
|
||||
goto("/repo");
|
||||
console.log("Exiting '/lib/navigation.js'.toRepository");
|
||||
},
|
||||
to404: () => {
|
||||
throw error(404, 'Page not found');
|
||||
}
|
||||
toRepository: () => goto("/repo"),
|
||||
to404: () => { throw error(404, 'Page not found') },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user