mirror of
https://github.com/vercel/commerce.git
synced 2025-06-28 01:11:24 +00:00
12 lines
172 B
TypeScript
12 lines
172 B
TypeScript
export default {
|
|
images: {
|
|
formats: ['image/avif', 'image/webp'],
|
|
remotePatterns: [
|
|
{
|
|
protocol: 'http',
|
|
hostname: '**'
|
|
}
|
|
]
|
|
}
|
|
};
|