From 0b147ac671252726dc19cc0243f1ee14907808c2 Mon Sep 17 00:00:00 2001 From: Stupdi Go Date: Fri, 26 Dec 2025 14:48:58 -0600 Subject: [PATCH] export ready --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index e9ffa30..3e8c82d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + output: "export" }; export default nextConfig;