diff --git a/lib/sfcc/index.ts b/lib/sfcc/index.ts index b165407b2..b158a885b 100644 --- a/lib/sfcc/index.ts +++ b/lib/sfcc/index.ts @@ -538,8 +538,7 @@ function reshapeImages( return images.map((image) => { return { altText: image.alt!, - url: image.link, - // TODO: add field for size + url: image.disBaseLink || image.link, width: image.width || 800, height: image.height || 800 }; diff --git a/next.config.js b/next.config.js index 9537e0ad3..b7d815399 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,10 @@ module.exports = { { protocol: 'https', hostname: 'zylq-002.dx.commercecloud.salesforce.com', + }, + { + protocol: 'https', + hostname: 'edge.disstg.commercecloud.salesforce.com', } ] }