From e3267103525bca9bd092bf009185a580f25edaa0 Mon Sep 17 00:00:00 2001 From: Mira Date: Sat, 27 Sep 2025 17:42:43 +1000 Subject: [PATCH] update image config --- next.config.mjs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 4ded403..a7dcb0b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -15,15 +15,18 @@ const config = { remotePatterns: [ { protocol: "https", - hostname: "avatars.githubusercontent.com", + hostname: "*.githubusercontent.com", + pathname: "/**", }, { protocol: "https", - hostname: "pub-85d4dcece16844bf8290aa4b33608ccd.r2.dev", + hostname: "*.github.io", + pathname: "/**", }, { protocol: "https", - hostname: "ravencaffeine.github.io", + hostname: "*.r2.dev", + pathname: "/**", }, ], },