nextjs-notion-starter-kit icon indicating copy to clipboard operation
nextjs-notion-starter-kit copied to clipboard

can't use nested path for `pageUrlOverrides`

Open amondnet opened this issue 2 years ago • 3 comments

Description

If I set pages/1 in pageUrlOverrides, that page is not found.

Notion Test Page ID

Test Page is https://www.notion.so/amond2/Notion-Test-a40abed3a9144217b23685661f6edc22

site.config.js : https://github.com/amondnet/nextjs-notion-starter-kit/blob/page-url-bug/site.config.ts

amondnet avatar Apr 19 '22 06:04 amondnet

Nested paths in general are currently not supported.

If there's enough interest, I think this would be a great additional feature to support, though it will not be an easy PR.

transitive-bullshit avatar Apr 26 '22 22:04 transitive-bullshit

Was this issue solved?

alisolanki avatar Apr 21 '23 00:04 alisolanki

@alisolanki https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/272

amondnet avatar Sep 07 '23 17:09 amondnet