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

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'],
},
}