weddingsite/next.config.js

9 lines
136 B
JavaScript
Raw Normal View History

2021-06-04 00:58:40 +00:00
module.exports = {
images: {
domains: ['res.cloudinary.com', 'via.placeholder.com'],
},
future: {
webpack5: true,
},
2021-06-04 00:58:40 +00:00
};