Skip to content

Commit

Permalink
🖲
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 7, 2022
1 parent c38d25c commit 28b29c3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions site.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// }
// ]
})

0 comments on commit 28b29c3

Please sign in to comment.