forecast/next.config.js
2021-07-16 23:29:48 +03:00

7 lines
101 B
JavaScript

module.exports = {
reactStrictMode: true,
images: {
domains: ["openweathermap.org"],
},
};