Skip to content

Commit aed9b20

Browse files
🐆
1 parent 2180975 commit aed9b20

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

site.config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ export default siteConfig({
4747

4848
// whether to use the default notion navigation style or a custom one with links to
4949
// important pages
50-
// navigationStyle: 'default'
51-
navigationStyle: 'custom',
52-
navigationLinks: [
53-
{
54-
title: 'About',
55-
pageId: 'f1199d37579b41cbabfc0b5174f4256a'
56-
},
57-
{
58-
title: 'Contact',
59-
pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
60-
}
61-
]
50+
navigationStyle: 'default'
51+
// navigationStyle: 'custom',
52+
// navigationLinks: [
53+
// {
54+
// title: 'About',
55+
// pageId: 'f1199d37579b41cbabfc0b5174f4256a'
56+
// },
57+
// {
58+
// title: 'Contact',
59+
// pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
60+
// }
61+
// ]
6262
})

0 commit comments

Comments
 (0)