Skip to content

Commit

Permalink
Update site.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hougarry authored Sep 12, 2023
1 parent e39586e commit b3d000b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions site.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ 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: '3e44d98f03664f359741628c12b613e2'
// },
// {
// title: 'Contact',
// pageId: 'e96f73939bbb4bf5960ff510352269fe'
// },
// {
// title: 'Contact',
// pageId: '59005b9aeabf4af2b639d2a2ebeef6f7'
// }
// ]
//navigationStyle: 'default'
navigationStyle: 'custom',
navigationLinks: [
{
title: 'About',
pageId: '3e44d98f03664f359741628c12b613e2'
},
{
title: 'Contact',
pageId: 'e96f73939bbb4bf5960ff510352269fe'
},
{
title: 'Contact',
pageId: '59005b9aeabf4af2b639d2a2ebeef6f7'
}
]
})

0 comments on commit b3d000b

Please sign in to comment.