diff --git a/framework/ordercloud/next.config.js b/framework/ordercloud/next.config.js index 6a9da4ef0..793a4589f 100644 --- a/framework/ordercloud/next.config.js +++ b/framework/ordercloud/next.config.js @@ -3,15 +3,6 @@ const commerce = require('./commerce.config.json') module.exports = { commerce, images: { - domains: [ - 'localhost', - // TODO: Remove this - 'images.bloomingdalesassets.com', - 'pbs.twimg.com', - 'images.asos-media.com', - 'di2ponv0v5otw.cloudfront.net', - 'cdn.shopify.com', - 'encrypted-tbn0.gstatic.com', - ], + domains: ['localhost', 'ocdevops.blob.core.windows.net'], }, }