mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
WIP POC in progress
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user