mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Added s3 url to images config
This commit is contained in:
@@ -3,6 +3,6 @@ const commerce = require('./commerce.config.json')
|
||||
module.exports = {
|
||||
commerce,
|
||||
images: {
|
||||
domains: ['localhost', 'vendure-admin-dap.herokuapp.com'],
|
||||
domains: ['localhost', 'vendure-admin-dap.herokuapp.com', 'dap-storage.s3.eu-west-1.amazonaws.com'],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user