From cf1a42424d84be7d7f00b9b3e834e8a4599a440f Mon Sep 17 00:00:00 2001 From: Axi404 Date: Thu, 31 Oct 2024 09:21:42 +0800 Subject: [PATCH] fix: update giscus repo name --- src/components/PostComments.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PostComments.astro b/src/components/PostComments.astro index 8d35e7f..827d8ec 100644 --- a/src/components/PostComments.astro +++ b/src/components/PostComments.astro @@ -14,7 +14,7 @@ const loadGiscus = (theme: string) => { const script = document.createElement('script'); script.src = 'https://giscus.app/client.js'; - script.setAttribute('data-repo', 'CS-BAOYAN/CS-BAOYAN-2025'); + script.setAttribute('data-repo', 'CS-BAOYAN/CS-BAOYAN-Wiki'); script.setAttribute('data-repo-id', 'R_kgDOM44fMA'); script.setAttribute('data-category', 'Announcements'); script.setAttribute('data-category-id', 'DIC_kwDOM44fMM4Ci6RT');