From 1cd4943053839a52579ae09724297a89c83787ec Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Tue, 27 Aug 2024 16:42:40 +0200 Subject: [PATCH] feat: Allow images from jsDelivr and raw.githubusercontent.com CDNs --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 975159e..7d5f96b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -12,7 +12,7 @@ const nextConfig = { hostname: "cdn.jsdelivr.net", } ], - domains: ['cdn.jsdelivr.net'], // Allow images from jsDelivr + domains: ['cdn.jsdelivr.net', "raw.githubusercontent.com"], // Allow images from jsDelivr }, experimental: { serverActions: {