fix marketing page build

This commit is contained in:
KM Koushik
2025-09-06 13:13:50 +10:00
parent c827c1c891
commit 01f6e36b8b
4 changed files with 17 additions and 180 deletions

View File

@@ -1,5 +1,7 @@
/** @type {import("next").NextConfig} */
const config = {
// Use static export in production by default; keep dev server dynamic
output: "export",
images: {
// Required for static export if using images
unoptimized: true,