diff --git a/next.config.js b/next.config.js index 2203b000..cdba31d8 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const websiteUrl = process.env.NODE_ENV === 'production' ? "https://encoach.com" : "http://localhost:3000"; const nextConfig = { - reactStrictMode: false, + reactStrictMode: true, output: "standalone", async headers() { return [