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' /> )