From 97d759c52c2f40c46a2734357fab81cd0a1d7685 Mon Sep 17 00:00:00 2001 From: lingyunxsh Date: Mon, 2 Jun 2025 16:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A1=B9=E7=9B=AE=E9=9D=99?= =?UTF-8?q?=E6=80=81=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charging_web_app/next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/charging_web_app/next.config.mjs b/charging_web_app/next.config.mjs index 3fcd884..ee7c290 100644 --- a/charging_web_app/next.config.mjs +++ b/charging_web_app/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', // 其他 Next.js 配置... // 添加 rewrites 配置用于开发环境代理