chore: add medusa aws host to next config

This commit is contained in:
Victor Gerbrands 2023-05-02 15:40:25 +02:00
parent 0f4f5a79df
commit 496c1f4a70

View File

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