weddingsite/next.config.js

9 lines
163 B
JavaScript
Raw Permalink Normal View History

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