From adb4e1a9844da0ca44d85a030dba862c5093e220 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Wed, 17 Jun 2026 12:13:24 +0800 Subject: [PATCH] Update Comment.astro --- src/components/Comment.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Comment.astro b/src/components/Comment.astro index 9e23aa0..bf5a0e5 100644 --- a/src/components/Comment.astro +++ b/src/components/Comment.astro @@ -16,7 +16,7 @@ } var tw = twikoo.init({ el: "#Comments", - envId: "http://47.108.235.131:40063/", + envId: "https://twikoo.blog.yunqixh.cn", lang: "zh-CN", }); window.tw = tw;