diff --git a/package.json b/package.json index 0a1e24d..d03c8d5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "prepare": "husky install", "dev": "next", - "build": "next build && next export", + "build": "next build", "build:analyze": "cross-env ANALYZE=true yarn build", "postbuild": "next-sitemap", "start": "next start",