forked from crowetic/commerce
17 lines
277 B
TypeScript
17 lines
277 B
TypeScript
export default {
|
|
experimental: {
|
|
ppr: true,
|
|
inlineCss: true
|
|
},
|
|
images: {
|
|
formats: ['image/avif', 'image/webp'],
|
|
remotePatterns: [
|
|
{
|
|
protocol: 'https',
|
|
hostname: 'cdn.shopify.com',
|
|
pathname: '/s/files/**'
|
|
}
|
|
]
|
|
}
|
|
};
|