From 52a152f8276cf941946a7f6b7bc8ba23cbbf9d96 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Sun, 16 Nov 2025 09:07:28 -0600 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {