From e8bd59f2a8fcf6c1a805b711ba9185ca96c684b9 Mon Sep 17 00:00:00 2001 From: Bayram Muhiyev Date: Thu, 22 Jul 2021 22:29:04 +0500 Subject: [PATCH] Added s3 url to images config --- framework/vendure/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/vendure/next.config.js b/framework/vendure/next.config.js index d750b89f6..aaa5ba4fc 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', 'vendure-admin-dap.herokuapp.com'], + domains: ['localhost', 'vendure-admin-dap.herokuapp.com', 'dap-storage.s3.eu-west-1.amazonaws.com'], }, }