diff --git a/package.json b/package.json index 5e3812b..40b799b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "build": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=16384' next build", "build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build", "build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build", - "postbuild": "next-sitemap && pagefind --site .next/server/app --output-path out/_pagefind && cp -r ./out/_pagefind ./out", + "postbuild": "next-sitemap && pagefind --site .next/server/app --output-path out/_pagefind", "start": "next start" }, "dependencies": {