From d4614a9ee6ee09f7bf30570791642fa5863aa9b1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 25 Nov 2023 10:01:15 -0800 Subject: [PATCH] Partially revert "Revert "Chore: enable swc (#2311)"" This partially reverts commit 90c12abf87f6949a4fc689b9f6bfeff4f0260b95. --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index dae78ca0..d0395611 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,6 @@ const { i18n } = require("./next-i18next.config"); const nextConfig = { reactStrictMode: true, output: "standalone", - swcMinify: false, images: { domains: ["cdn.jsdelivr.net"], unoptimized: true,