From 4151865fa269f0b327c4c4a182804b3409fdf561 Mon Sep 17 00:00:00 2001 From: goncy Date: Thu, 12 Aug 2021 10:45:26 -0300 Subject: [PATCH] Update images origins --- framework/ordercloud/next.config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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'], }, }