mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
module.exports = {
|
|
images: {
|
|
domains: ['res.cloudinary.com', 'via.placeholder.com'],
|
|
},
|
|
future: {
|
|
webpack5: true,
|
|
},
|
|
};
|