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 配置用于开发环境代理