commerce/next.config.ts
2025-03-06 11:10:28 -06:00

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",
},
],
},
};