diff --git a/next.config.js b/next.config.js index 57162b3..30940a3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,5 @@ -// module.exports = { -// images: { -// domains: ["openweathermap.org"], -// }, -// }; +module.exports = { + images: { + domains: ["openweathermap.org"], + }, +};