From a948e2f4c5679e5ee2401caf39034f420acb93a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:44:32 +0000 Subject: [PATCH] feat: Add support for jsdelivr CDN for images --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 2bbc670..54ad34f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,6 +6,10 @@ const nextConfig = { protocol: "https", hostname: "raw.githubusercontent.com", }, + { + protocol: "https", + hostname: "cdn.jsdelivr.net", + } ], }, experimental: {