fix(dev): Hide contact page from site navigation
This commit is contained in:
parent
3174b9a145
commit
c1ca217b52
2 changed files with 278 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue