From 07d72b07edccf22a586dc1147bd986c677e1d856 Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Mon, 20 Sep 2021 22:21:50 +0300 Subject: [PATCH] add module exports --- next.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"], + }, +};