From 2077817855858aa014e599d44f9f6a6a255a0125 Mon Sep 17 00:00:00 2001 From: neru Date: Sun, 28 Dec 2025 18:00:18 -0300 Subject: [PATCH] chore: setup static html export --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 66e1566..2ef859c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: 'export', /* config options here */ reactCompiler: true, };