From c827c1c891e3b19bca8667d40e86dd1ffed08a5c Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Sat, 6 Sep 2025 11:46:39 +1000 Subject: [PATCH] fix build --- apps/marketing/next.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/marketing/next.config.js b/apps/marketing/next.config.js index 31c272c..3b86bfe 100644 --- a/apps/marketing/next.config.js +++ b/apps/marketing/next.config.js @@ -1,7 +1,5 @@ /** @type {import("next").NextConfig} */ const config = { - // Use static export in production by default; keep dev server dynamic - output: process.env.NEXT_OUTPUT ?? (process.env.NODE_ENV === "production" ? "export" : undefined), images: { // Required for static export if using images unoptimized: true,