mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-28 15:10:04 +00:00
减小NEXT_DATA体积
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"start": "next start",
|
||||
"post-build": "next-sitemap --config next-sitemap.config.js",
|
||||
"export": "next build && next-sitemap --config next-sitemap.config.js && next export",
|
||||
"bundle-report": "cross-env ANALYZE=true yarn build"
|
||||
"bundle-report": "cross-env ANALYZE=true next build",
|
||||
"build-all-in-dev": "cross-env VERCEL_ENV=production next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.7.15",
|
||||
|
||||
Reference in New Issue
Block a user