mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 07:26:50 +00:00
兼容适配 NextJS14.2.4
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"post-build": "next-sitemap --config next-sitemap.config.js",
|
||||
"export": "next build && next-sitemap --config next-sitemap.config.js && next export",
|
||||
"export": "cross-env EXPORT=true next build && next-sitemap --config next-sitemap.config.js",
|
||||
"bundle-report": "cross-env ANALYZE=true next build",
|
||||
"build-all-in-dev": "cross-env VERCEL_ENV=production next build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user