forked from crowetic/commerce
fix(vendure): add new image domain (#698)
This commit is contained in:
parent
bbe97ab0cb
commit
0ae927fbcf
@ -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'],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user