From d1f17176e320ea81177d8d1343286f1768c8ea72 Mon Sep 17 00:00:00 2001 From: Guillermo Flores V Date: Sun, 9 Jul 2023 13:53:49 -0700 Subject: [PATCH] Update next.config.js Deleted extra space inside of next.config file. --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index c6b41994..90ceeefe 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,3 @@ module.exports = { - reactStrictMode: true };