From 33f1abd6d808018b8fb5faa5e61e013f206dfa8e Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 12 Jul 2025 06:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20next.config.ts=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=BE=93=E5=87=BA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=20"export"=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index e9ffa30..e882175 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;