diff --git a/storefront/next.config.js b/storefront/next.config.js index fd5706a..da74702 100644 --- a/storefront/next.config.js +++ b/storefront/next.config.js @@ -24,6 +24,10 @@ const nextConfig = { protocol: "http", hostname: "localhost", }, + { + protocol: "https", + hostname: "i.imgur.com", + }, { protocol: "https", hostname: "medusa-public-images.s3.eu-west-1.amazonaws.com", @@ -32,6 +36,10 @@ const nextConfig = { protocol: "https", hostname: "medusa-server-testing.s3.amazonaws.com", }, + { + protocol: "https", + hostname: "mercur-connect.s3.eu-central-1.amazonaws.com", + }, { protocol: "https", hostname: "medusa-server-testing.s3.us-east-1.amazonaws.com", @@ -41,3 +49,4 @@ const nextConfig = { } module.exports = nextConfig +