From df80976828d9f5aeddd47ff809d5ca1c1a224dec Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 2 Dec 2025 23:03:54 +0800 Subject: [PATCH] fix build --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index c5d725c..eef0435 100644 --- a/next.config.js +++ b/next.config.js @@ -8,7 +8,7 @@ const nextConfig = { }, reactStrictMode: false, - swcMinify: true, + swcMinify: false, experimental: { instrumentationHook: process.env.NODE_ENV === 'production',