mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 06:32:32 +00:00
20 lines
349 B
TypeScript
20 lines
349 B
TypeScript
export default {
|
|
experimental: {
|
|
ppr: true,
|
|
inlineCss: true,
|
|
useCache: true,
|
|
reactOwnerStack: true,
|
|
newDevOverlay: true
|
|
},
|
|
images: {
|
|
formats: ['image/avif', 'image/webp'],
|
|
remotePatterns: [
|
|
{
|
|
protocol: 'https',
|
|
hostname: 'cdn.shopify.com',
|
|
pathname: '/s/files/**'
|
|
}
|
|
]
|
|
}
|
|
};
|