diff --git a/next.config.mjs b/next.config.mjs index cda2eff..2d45cdf 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -38,6 +38,11 @@ const config = { hostname: "*.amazonaws.com", pathname: "/**", }, + { + protocol: "https", + hostname: "*.coly.cc", + pathname: "/**", + }, ], }, };