Small bug fix

This commit is contained in:
Carlos Mesquita
2024-09-06 11:21:35 +01:00
parent 6bd9816edd
commit d8bf10eaea
2 changed files with 20 additions and 4 deletions

View File

@@ -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 [