nextjs-notion-starter-kit
nextjs-notion-starter-kit copied to clipboard
Deploy your own Notion-powered website in minutes with Next.js and Vercel.
#### Description Getting `Syntax Error: Unexpected Token "?"` After` npm install` and changing `rootNotionPageId` , then `npm run dev` #### Notion Test Page ID 63ed685f17ad4325bda207860dc32723
#### Description #### Notion Test Page ID
Hello, I am a student who recently discovered this treasure project. I like using notion as my blog. Before this I used Hexo as my blog. The submission process was...
This project is awesome. If possible, I would like to provide a Chinese document to help Chinese users use this project better.
Related Issue: #281 Related PR: #292 For short, use `v0.2.0-beta.0` of `next-themes` will prevent flashing. A demo can be seen in #292.
#### Description I've been using a private Notion page to back my site – retrieving blocks with `NotionAPI({ activeUser, authToken })`, but had to modify `createPreviewImage({...})` to forward cookies (`notion_user_id`...
#### Description If I set `pages/1` in `pageUrlOverrides`, that page is not found. - [pages/1](https://nextjs-notion-starter-kit-amondnet-hkwd4ls7b-amond.vercel.app/pages/1) : page not found - [pages-2](https://nextjs-notion-starter-kit-amondnet-hkwd4ls7b-amond.vercel.app/pages-2): working #### Notion Test Page ID Test Page is...
Sometimes the image fails to load due to network problems, how can i export static site to deploy myself host? or is there a better solution? thx
* Added `pageDescriptionOverrides` to override page descriptions (for SEO purposes) * Fixed notion PageHead to include all descriptions ! Depends on https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/186