From 05e060addc388f725e315291bec16794b9a24ac5 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 28 Jul 2026 12:14:46 +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 bf5a0e5..8937760 100644 --- a/src/components/Comment.astro +++ b/src/components/Comment.astro @@ -16,7 +16,7 @@ } var tw = twikoo.init({ el: "#Comments", - envId: "https://twikoo.blog.yunqixh.cn", + envId: "https://majestic-starship-b9b02c.netlify.app/.netlify/functions/twikoo", lang: "zh-CN", }); window.tw = tw;