WIP POC in progress

This commit is contained in:
goncy
2021-08-09 18:11:00 -03:00
parent f765590484
commit 04f9799636
9 changed files with 143 additions and 67 deletions

View File

@@ -3,6 +3,15 @@ const commerce = require('./commerce.config.json')
module.exports = {
commerce,
images: {
domains: ['localhost'],
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',
],
},
}