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": {