mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
feat: update minimum node.js requirement
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"repository": "transitive-bullshit/nextjs-notion-starter-kit",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14.17"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
@@ -39,6 +39,8 @@ It uses Notion as a CMS, [react-notion-x](https://github.com/NotionX/react-notio
|
||||
|
||||
**All config is defined in [site.config.js](./site.config.js).**
|
||||
|
||||
This project requires a recent version of Node.js (>= 14.17).
|
||||
|
||||
1. Fork / clone this repo
|
||||
2. Change a few values in [site.config.js](./site.config.js)
|
||||
3. `npm install`
|
||||
|
||||
Reference in New Issue
Block a user