Skip to content

Commit

Permalink
fix: update giscus repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Axi404 committed Oct 31, 2024
1 parent 1c7840d commit cf1a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostComments.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit cf1a424

Please sign in to comment.