Forgot to toggle strict mode again

This commit is contained in:
Carlos Mesquita
2024-08-27 17:13:19 +01:00
parent c99dbab4b6
commit c9174f37ef

View File

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