nextjs-notion-starter-kit
nextjs-notion-starter-kit copied to clipboard
Deploy your own Notion-powered website in minutes with Next.js and Vercel.
## Context I'm using [Biome](https://biomejs.dev/) locally with my editor and it warned about couple of issues: * [useImportType](https://biomejs.dev/linter/rules/use-import-type/) * [useButtonType](https://biomejs.dev/linter/rules/use-button-type/) * This fixes accessibility issue too * [noUselessElse](https://biomejs.dev/linter/rules/no-useless-else/) * [noArrayIndexKey](https://biomejs.dev/linter/rules/no-array-index-key/)...
## Context This fixes the annoying `DeprecationWarning` and should allow us to use all of the new icons which are not available in `@react-icons/all-files`. ``` $ pnpm dev > [email protected]...