From 78c468a7d264c0aa11982ab8b4b2c560448e1ca1 Mon Sep 17 00:00:00 2001 From: joyzhao Date: Mon, 12 Jan 2026 11:04:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(comments):=20=E6=B7=BB=E5=8A=A0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B5=8F=E8=A7=88=E5=92=8C=E8=AF=84=E8=AE=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/blog/Comments.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/blog/Comments.tsx b/src/components/blog/Comments.tsx index 16166fa..db8bbf0 100644 --- a/src/components/blog/Comments.tsx +++ b/src/components/blog/Comments.tsx @@ -28,6 +28,8 @@ export default function Comments({ lang = 'en', ...props }: CommentsProps) { serverURL: import.meta.env.PUBLIC_WALINE_SERVER_URL, lang: walineLang, dark: getTheme(), + pageview: true, + comment: true, path, });