From 904f9d7ccee9acc39085fd95f7d0ee94d5026dd9 Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Thu, 11 May 2023 11:10:34 +0200 Subject: [PATCH] chore: add aws host to next config --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.js b/next.config.js index cdf28ca54..0848f2ab8 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,11 @@ module.exports = { protocol: 'https', hostname: 'medusa-public-images.s3.eu-west-1.amazonaws.com', pathname: '/**' + }, + { + protocol: 'https', + hostname: 'medusa-server-testing.s3.amazonaws.com', + pathname: '/**' } ] }