From c7d856df1e48db0b8017b358410335dec6cbd2eb Mon Sep 17 00:00:00 2001 From: Crokily Date: Fri, 3 Oct 2025 22:21:38 +1000 Subject: [PATCH] =?UTF-8?q?Update=20next.config.mjs:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E5=AF=B9crokily=E4=B8=AA=E4=BA=BA=E5=9B=BE=E5=BA=8A?= =?UTF-8?q?=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 用于crokily文章内的图片支持 --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) 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: "/**", + }, ], }, };