Skip to content

Commit

Permalink
🐞 fix: 修复 gittalk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu1998 committed Aug 15, 2024
1 parent cb6e5ce commit a3d4ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vitepress/theme/components/Comments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ onContentUpdated(() => {
}
deleteChild(element);
const gitalk = new Gitalk({
clientID: "a8430bf8a0464113ee24",
clientSecret: "df4cbf03c4ceca8a39076e6b7a0fb878e55534e2",
repo: "blog-comments",
clientID: "Ov23liv9aVm87nfluiEg",
clientSecret: "195d2bf0371f86923f87e64d8d9bdb205f2c357c",
repo: "rconsole-gittalk",
owner: "zhiyu1998",
admin: ["zhiyu1998"],
id: location.pathname.substring(0, 50), // Ensure uniqueness and length less than 50
Expand Down

0 comments on commit a3d4ee7

Please sign in to comment.