From c9174f37ef1a555587b49625bc3ca70e997e950c Mon Sep 17 00:00:00 2001 From: Carlos Mesquita Date: Tue, 27 Aug 2024 17:13:19 +0100 Subject: [PATCH] Forgot to toggle strict mode again --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [