From 72af286de1d817bb306ba08b4321238a236e3a4a Mon Sep 17 00:00:00 2001 From: Mira Date: Sat, 27 Sep 2025 17:12:46 +1000 Subject: [PATCH] fix image issue --- next.config.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 482ae71..4ded403 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -17,6 +17,14 @@ const config = { protocol: "https", hostname: "avatars.githubusercontent.com", }, + { + protocol: "https", + hostname: "pub-85d4dcece16844bf8290aa4b33608ccd.r2.dev", + }, + { + protocol: "https", + hostname: "ravencaffeine.github.io", + }, ], }, };