diff --git a/framework/vendure/next.config.js b/framework/vendure/next.config.js index 96153ad1e..d750b89f6 100644 --- a/framework/vendure/next.config.js +++ b/framework/vendure/next.config.js @@ -3,6 +3,6 @@ const commerce = require('./commerce.config.json') module.exports = { commerce, images: { - domains: ['localhost', 'demo.vendure.io'], + domains: ['localhost', 'vendure-admin-dap.herokuapp.com'], }, }