diff --git a/vercel.json b/vercel.json index 2dd064f64..38cebdc94 100644 --- a/vercel.json +++ b/vercel.json @@ -4,5 +4,5 @@ "buildCommand": "bun run build", "installCommand": "bun install", "devCommand": "bun run dev", - "outputDirectory": "apps/marketing/.next" + "outputDirectory": ".next" }