1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-08 01:06:59 +00:00

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

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