From a3d4ee7dd03d50e14773391983ad45e62ba507e6 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 15 Aug 2024 15:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D=20gitt?= =?UTF-8?q?alk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/components/Comments.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vitepress/theme/components/Comments.vue b/.vitepress/theme/components/Comments.vue index c75d3fb..6d54ffc 100644 --- a/.vitepress/theme/components/Comments.vue +++ b/.vitepress/theme/components/Comments.vue @@ -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