fix: giscus comment

This commit is contained in:
KazooTTT
2024-11-23 22:03:59 +08:00
parent 9f392106bd
commit ebcc468e7e
4 changed files with 13 additions and 4 deletions

View File

@ -23,5 +23,5 @@ const { Content } = await entry.render()
<PostLayout post={entry}>
<Content />
<GiscusComment client:only='react' client:load />
<GiscusComment client:load />
</PostLayout>