diff --git a/next.config.mjs b/next.config.mjs index 6458353..cda2eff 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -33,6 +33,11 @@ const config = { hostname: "cdn.nlark.com", pathname: "/**", }, + { + protocol: "https", + hostname: "*.amazonaws.com", + pathname: "/**", + }, ], }, };