mirror of
https://github.com/vercel/commerce.git
synced 2025-05-04 00:37:51 +00:00
19 lines
346 B
TypeScript
19 lines
346 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: "zylq-002.dx.commercecloud.salesforce.com",
|
|
},
|
|
],
|
|
},
|
|
};
|