From 5201b55a53a769406b6a13667d0f724d1a6d1c63 Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Wed, 1 Apr 2026 06:57:46 -0500 Subject: [PATCH] Point Vercel output at root .next --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 51a4099cd..c7021f382 100644 --- a/vercel.json +++ b/vercel.json @@ -2,5 +2,5 @@ "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "cd apps/marketing && bun run build:marketing", "installCommand": "bun install", - "outputDirectory": "apps/marketing/.next" + "outputDirectory": ".next" }