Replies: 2 comments
-
Actually, you may build any website using this project. This project is based on react-notion-x which can transform your Notion page into a website just like what the Super.so does. Subpages is supported in this project. For instance, the About page (roll down to the bottom on the demo Notion page and you will find this page) in the template Notion page is a subpage. If you get any error (like 404), try to redeploy your project. |
Beta Was this translation helpful? Give feedback.
-
I also had this issue where subpages (grandchildren of the main page) worked in dev mode but 404'd in prod. I was able to fix this by updating the
^^^ The original maxDepth was 1, but when I changed it to 3 like above it fixed the issue for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know this repo is designed to make a blog. But what if instead I want to build a knowledge base website (something between a wiki and a documentation page)?
If I create a subpage inside Notion, it deploys just fine in Vercel (the icon and the name of the subpage are there) but when I click it I get 404 error (notion page not found).
I understand this is because that page is not on the database that the API fetches content from. But is there a way to include subpages that are not blog entries? (even if it's through manually changing each link to a hidden blog entry)
Thank you
Beta Was this translation helpful? Give feedback.
All reactions