静态导出

This commit is contained in:
tangly1024.com
2023-06-21 11:48:14 +08:00
parent 372476a45b
commit 59f9d9e730

View File

@@ -17,6 +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",
"bundle-report": "ANALYZE=true yarn build"
},
"dependencies": {