From 913883a88e23640dbc0ba2fd6d01b7f23b63f43d Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Mon, 20 Sep 2021 22:17:24 +0300 Subject: [PATCH] test module exports --- next.config.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/next.config.js b/next.config.js index 43ce4ab..57162b3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,5 @@ -module.exports = { - reactStrictMode: true, - images: { - domains: ["openweathermap.org"], - }, -}; +// module.exports = { +// images: { +// domains: ["openweathermap.org"], +// }, +// };