We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2180975 commit aed9b20Copy full SHA for aed9b20
site.config.ts
@@ -47,16 +47,16 @@ export default siteConfig({
47
48
// whether to use the default notion navigation style or a custom one with links to
49
// 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
- ]
+ navigationStyle: 'default'
+ // navigationStyle: 'custom',
+ // navigationLinks: [
+ // {
+ // title: 'About',
+ // pageId: 'f1199d37579b41cbabfc0b5174f4256a'
+ // },
+ // title: 'Contact',
+ // pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
+ // }
+ // ]
62
})
0 commit comments