rsnext/examples/image-component/next.config.js

6 lines
117 B
JavaScript

module.exports = {
images: {
domains: ['assets.vercel.com'],
formats: ['image/avif', 'image/webp'],
},
}