From 9529903375fbb0a3b955110f77cdcd294510f22b Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 10 Apr 2023 20:37:34 +0530 Subject: [PATCH] build ?????? --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 93f7515..84412df 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,7 +7,6 @@ /** @type {import("next").NextConfig} */ const config = { reactStrictMode: true, - swcMinify: true, typescript: { ignoreBuildErrors: true, },