From 437701ffac31cbe6d31622791b0ec18f512809af Mon Sep 17 00:00:00 2001 From: przeq piciel Date: Tue, 10 Sep 2024 20:15:58 +0000 Subject: [PATCH] chore: leave comment for future --- app/next.config.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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