fix(vendure): add new image domain

This commit is contained in:
Dom Sip 2022-03-02 10:22:45 +00:00
parent bbe97ab0cb
commit 0640298a75

View File

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