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: '/**' } ] }