From 6fd1b1419a32ab6445344b319b86056675d1b3f6 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 10 Apr 2023 20:35:24 +0530 Subject: [PATCH] work --- next.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index b360533..93f7515 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,7 +6,11 @@ /** @type {import("next").NextConfig} */ const config = { - reactStrictMode: true, + reactStrictMode: true, + swcMinify: true, + typescript: { + ignoreBuildErrors: true, + }, /** * If you have the "experimental: { appDir: true }" setting enabled, then you * must comment the below `i18n` config out.