chore: setup static html export

This commit is contained in:
2025-12-28 18:00:18 -03:00
parent a8301655ae
commit 2077817855
+1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: 'export',
/* config options here */ /* config options here */
reactCompiler: true, reactCompiler: true,
}; };