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"], +// }, +// };