chore: add providers.aquila-cms.com to image domain

This commit is contained in:
Gérard Le Cloerec 2021-04-07 16:12:57 +02:00
parent 9df1475c66
commit e1f2e16b3d

View File

@ -3,6 +3,6 @@ const commerce = require('./commerce.config.json')
module.exports = { module.exports = {
commerce, commerce,
images: { images: {
domains: ['recdem.hosting-ns.com', '192.168.1.138'], domains: ['recdem.hosting-ns.com', 'providers.aquila-cms.com'],
}, },
} }