diff --git a/website/vercel.json b/website/vercel.json index e6a3fcfc1..ce8d1c1bf 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -2,5 +2,6 @@ "$schema": "https://openapi.vercel.sh/vercel.json", "installCommand": "pnpm install", "buildCommand": "pnpm turbo run build", + "outputDirectory": ".next", "framework": "nextjs" }