diff --git a/.yarn/cache/@next-swc-darwin-arm64-npm-13.0.5-226c282ef3-8.zip b/.yarn/cache/@next-swc-darwin-arm64-npm-13.0.5-226c282ef3-8.zip new file mode 100644 index 0000000..f7c1da8 Binary files /dev/null and b/.yarn/cache/@next-swc-darwin-arm64-npm-13.0.5-226c282ef3-8.zip differ diff --git a/next.config.js b/next.config.js index ae88795..56239b8 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, + reactStrictMode: false, swcMinify: true, -} +}; -module.exports = nextConfig +module.exports = nextConfig;