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