From 32ead98398b88f3e57303ea514483beb31e2d509 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Fri, 20 Feb 2026 07:32:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=20cloudflare=20?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index 505c9f3..670af90 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,10 @@ const nextConfig = { reactStrictMode: true, reactCompiler: true, + output: 'export', + images: { + unoptimized: true + } }; module.exports = nextConfig;