add module exports

This commit is contained in:
madarsbiss 2021-09-20 22:21:50 +03:00
parent 913883a88e
commit 07d72b07ed

View File

@ -1,5 +1,5 @@
// module.exports = {
// images: {
// domains: ["openweathermap.org"],
// },
// };
module.exports = {
images: {
domains: ["openweathermap.org"],
},
};