From 59f9d9e730a4ecf5adfb1976489d51f070ebae5e Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 21 Jun 2023 11:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d358e2a5..a916caa3 100644 --- a/package.json +++ b/package.json @@ -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": {