Skip to content

Commit

Permalink
fix(vendure): add new image domain (vercel#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksipowicz authored Mar 2, 2022
1 parent bbe97ab commit 0ae927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vendure/src/next.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const commerce = require('./commerce.config.json')
module.exports = {
commerce,
images: {
domains: ['localhost', 'demo.vendure.io'],
domains: ['localhost', 'demo.vendure.io','readonlydemo.vendure.io'],
},
}

0 comments on commit 0ae927f

Please sign in to comment.