From 67407ab6bae73373798c278242f755e03faee7a5 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 15 Jul 2026 14:28:14 +0530 Subject: [PATCH] chore: enable static html exports in next.config.ts --- next.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.ts b/next.config.ts index 3ecef7a..1624cd8 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: "export", images: { + unoptimized: true, remotePatterns: [ { protocol: "https",