material-you-react/next.config.js

11 lines
176 B
JavaScript

module.exports = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '**',
},
],
},
};