chore: add aws host to next config

This commit is contained in:
Victor Gerbrands 2023-05-11 11:10:34 +02:00
parent a05a6ac65c
commit 904f9d7cce

View File

@ -11,6 +11,11 @@ module.exports = {
protocol: 'https', protocol: 'https',
hostname: 'medusa-public-images.s3.eu-west-1.amazonaws.com', hostname: 'medusa-public-images.s3.eu-west-1.amazonaws.com',
pathname: '/**' pathname: '/**'
},
{
protocol: 'https',
hostname: 'medusa-server-testing.s3.amazonaws.com',
pathname: '/**'
} }
] ]
} }