diff --git a/vercel.json b/vercel.json index f92a3f8..64b04a6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,4 @@ { - "framework": "nextjs" + "framework": "nextjs", + "buildCommand": "NODE_OPTIONS=--max-old-space-size=8192 next build" }