From 328dc31bacaaa611305279e98e3e55def1396439 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 2 Dec 2025 22:34:35 +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 eef0435..c5d725c 100644 --- a/next.config.js +++ b/next.config.js @@ -8,7 +8,7 @@ const nextConfig = { }, reactStrictMode: false, - swcMinify: false, + swcMinify: true, experimental: { instrumentationHook: process.env.NODE_ENV === 'production',