Skip to content

Commit 19810a4

Browse files
authored
Update site.config.ts
1 parent 1846914 commit 19810a4

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

site.config.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ export default siteConfig({
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`.
5353
// navigationStyle: 'default'
54-
navigationStyle: 'custom',
55-
navigationLinks: [
56-
{
57-
title: 'About',
58-
pageId: '0e220953a8244000b02b59736dd54081'
59-
},
60-
{
61-
title: 'Contact',
62-
pageId: '17941b0ab247459f9154f8831ce34c5b'
63-
},
64-
{
65-
title: 'Chinese',
66-
pageId: '1c577e35ee7f41bb931d4eb069b205e3'
67-
}
68-
]
54+
navigationStyle: 'default',
55+
// navigationLinks: [
56+
// {
57+
// title: 'About',
58+
// pageId: '0e220953a8244000b02b59736dd54081'
59+
// },
60+
// {
61+
// title: 'Contact',
62+
// pageId: '17941b0ab247459f9154f8831ce34c5b'
63+
// },
64+
// {
65+
// title: 'Chinese',
66+
// pageId: '1c577e35ee7f41bb931d4eb069b205e3'
67+
// }
68+
// ]
6969
})

0 commit comments

Comments
 (0)