4
0
forked from crowetic/commerce

fix(vendure): add new image domain (#698)

This commit is contained in:
Dom Sip 2022-03-02 11:49:12 +00:00 committed by GitHub
parent bbe97ab0cb
commit 0ae927fbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ const commerce = require('./commerce.config.json')
module.exports = {
commerce,
images: {
domains: ['localhost', 'demo.vendure.io'],
domains: ['localhost', 'demo.vendure.io','readonlydemo.vendure.io'],
},
}