mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
Update instructions for how to use navigationLinks
I was confused by this for ~2 hours. I didn't realize that navigationStyle: 'custom' needed to be enabled to use the navigationLinks and was digging through the code wondering why navigationLinks were not showing.
This commit is contained in:
@@ -49,7 +49,7 @@ export default siteConfig({
|
||||
pageUrlOverrides: null,
|
||||
|
||||
// whether to use the default notion navigation style or a custom one with links to
|
||||
// important pages
|
||||
// important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.
|
||||
navigationStyle: 'default'
|
||||
// navigationStyle: 'custom',
|
||||
// navigationLinks: [
|
||||
|
||||
Reference in New Issue
Block a user