mirror of
https://github.com/vercel/commerce.git
synced 2025-07-09 14:21:21 +00:00
18 lines
302 B
TypeScript
18 lines
302 B
TypeScript
export default {
|
|
experimental: {
|
|
ppr: true,
|
|
inlineCss: true,
|
|
useCache: true,
|
|
},
|
|
images: {
|
|
formats: ["image/avif", "image/webp"],
|
|
remotePatterns: [
|
|
{
|
|
protocol: "https",
|
|
hostname: "cdn.shopify.com",
|
|
pathname: "/s/files/**",
|
|
},
|
|
],
|
|
},
|
|
};
|