mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
🐆
This commit is contained in:
@@ -47,16 +47,16 @@ export default siteConfig({
|
||||
|
||||
// whether to use the default notion navigation style or a custom one with links to
|
||||
// important pages
|
||||
// navigationStyle: 'default'
|
||||
navigationStyle: 'custom',
|
||||
navigationLinks: [
|
||||
{
|
||||
title: 'About',
|
||||
pageId: 'f1199d37579b41cbabfc0b5174f4256a'
|
||||
},
|
||||
{
|
||||
title: 'Contact',
|
||||
pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
|
||||
}
|
||||
]
|
||||
navigationStyle: 'default'
|
||||
// navigationStyle: 'custom',
|
||||
// navigationLinks: [
|
||||
// {
|
||||
// title: 'About',
|
||||
// pageId: 'f1199d37579b41cbabfc0b5174f4256a'
|
||||
// },
|
||||
// {
|
||||
// title: 'Contact',
|
||||
// pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
|
||||
// }
|
||||
// ]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user