Added vendure-admin domain to images next config

This commit is contained in:
Bayram Muhiyev 2021-07-22 19:21:54 +05:00
parent 540673cc46
commit 16bb83ed14

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', 'vendure-admin-dap.herokuapp.com'],
}, },
} }