weddingsite/next.config.js
2022-03-22 16:03:51 -07:00

8 lines
163 B
JavaScript

module.exports = {
compiler: {
styledComponents: true,
},
images: {
domains: ['res.cloudinary.com', 'via.placeholder.com', 'picsum.photos'],
},
};