From 434a88a830755015c1482a39758e010d54d061d9 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Sat, 30 Nov 2024 16:46:26 +0800 Subject: [PATCH] feat: eager comment --- src/components/GiscusComment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GiscusComment.tsx b/src/components/GiscusComment.tsx index 4a1d2eb..6cdaff6 100644 --- a/src/components/GiscusComment.tsx +++ b/src/components/GiscusComment.tsx @@ -53,7 +53,7 @@ const GiscusComment = () => { inputPosition='bottom' theme={theme} lang='zh-CN' - loading='lazy' + loading='eager' /> )