1
0
Fork 0

fix(dev): Hide contact page from site navigation

This commit is contained in:
joostdecock 2023-07-15 11:00:18 +02:00
parent 3174b9a145
commit c1ca217b52
2 changed files with 278 additions and 0 deletions

View file

@ -91,6 +91,9 @@ export const useNavigation = () => {
siteNav[page].i = 1
}
// Hide contact from the sitenav
siteNav.contact.h = 1
return {
siteNav, // Site navigation
slugLut: orderedSlugLut(siteNav), // Slug lookup table