From 786a38de5d0835f1c63a6211db766b1a16321eaf Mon Sep 17 00:00:00 2001 From: allinix Date: Tue, 18 Feb 2025 11:17:40 +0530 Subject: [PATCH] Deploy Change --- lander/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lander/next.config.ts b/lander/next.config.ts index e9ffa30..2978fd3 100644 --- a/lander/next.config.ts +++ b/lander/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + output: 'export', }; export default nextConfig;