From 540f022338f1838e402c9b8522fbc3d89a8525ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=8B=E6=A8=8A=E9=81=93=E4=BA=BA?= Date: Sat, 2 Aug 2025 11:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=A8=E5=9F=9F=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E8=AE=BF=E9=97=AE=E8=AE=B8=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- storefront/next.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +