From 178af9341fa3da04a9309b7d0d07b9a0da667c06 Mon Sep 17 00:00:00 2001 From: GeekCorner <45696571+GeekCornerGH@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:49:41 +0200 Subject: [PATCH] fix: Mime types for Giscus --- src/components/Giscus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Giscus.tsx b/src/components/Giscus.tsx index 403d1fc..6278f5b 100644 --- a/src/components/Giscus.tsx +++ b/src/components/Giscus.tsx @@ -17,7 +17,7 @@ export default function GiscusComments() { strict="1" reactionsEnabled="1" inputPosition="top" - theme={colorMode === "light" ? "https://raw.githubusercontent.com/catppuccin/giscus/refs/heads/main/themes/latte.css" : "https://raw.githubusercontent.com/catppuccin/giscus/refs/heads/main/themes/mocha.css"} + theme={colorMode === "light" ? "https://giscus.catppuccin.com/themes/latte.css" : "https://giscus.catppuccin.com/themes/mocha.css"} lang={currentLocale} loading="lazy" />