nextjs-notion-starter-kit
nextjs-notion-starter-kit copied to clipboard
About URL Paths
Description
Hi,You mentioned URL Paths in readme, 'The app defaults to slightly different URL paths in dev vs prod, In production, it will use /nextjs-notion-blog which is a bit nicer as it gets rid of the extra ID clutter.’ .
There is no problem with this design, but in practice, there is often an article title with the same name.
I hope you can add a configuration in site.config.ts, either using the notionId or the title
Many thanks