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.