mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 14:01:24 +00:00
Update to 15 RC 2
This commit is contained in:
12
next.config.ts
Normal file
12
next.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
images: {
|
||||
formats: ['image/avif', 'image/webp'],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'cdn.shopify.com',
|
||||
pathname: '/s/files/**'
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user