diff --git a/app/next.config.mjs b/app/next.config.mjs index 4678774..fac3b89 100644 --- a/app/next.config.mjs +++ b/app/next.config.mjs @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + // reactStrictMode: false, +}; -export default nextConfig; +export default nextConfig; \ No newline at end of file