From 496c1f4a70033d3cc7d1ab5cf473d10301cd2c6a Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Tue, 2 May 2023 15:40:25 +0200 Subject: [PATCH] chore: add medusa 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 86482bb29..3c0769dd7 100644 --- a/next.config.js +++ b/next.config.js @@ -14,6 +14,11 @@ module.exports = { protocol: 'https', hostname: 'cdn.shopify.com', pathname: '/s/files/**' + }, + { + protocol: 'https', + hostname: 'medusa-public-images.s3.eu-west-1.amazonaws.com', + pathname: '/**' } ] }