Skip to content

Commit 7b61199

Browse files
authored
Update site.config.ts
1 parent d5724bc commit 7b61199

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
@@ -50,16 +50,16 @@ export default siteConfig({
5050

5151
// whether to use the default notion navigation style or a custom one with links to
5252
// important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.
53-
navigationStyle: 'default'
54-
// navigationStyle: 'custom',
55-
// navigationLinks: [
56-
// {
57-
// title: 'About',
58-
// pageId: 'f1199d37579b41cbabfc0b5174f4256a'
59-
// },
60-
// {
61-
// title: 'Contact',
62-
// pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
63-
// }
64-
// ]
53+
// navigationStyle: 'default'
54+
navigationStyle: 'custom',
55+
navigationLinks: [
56+
{
57+
title: 'About',
58+
pageId: '11fd189352fe813aa054e300aa221b79'
59+
},
60+
{
61+
title: 'List',
62+
pageId: '120d189352fe80289cb6ea0d4e1ba921'
63+
}
64+
]
6565
})

0 commit comments

Comments
 (0)