Files
material-you-react/next.config.js
doryan04 9ee845fbba ADDED: Card sub-components
TODO: Complete styles for card sub-components and section button
2025-04-03 11:30:03 +04:00

11 lines
176 B
JavaScript

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