fix: client load

This commit is contained in:
KazooTTT
2024-11-23 21:57:41 +08:00
parent 7e78500e45
commit 9f392106bd
4 changed files with 413 additions and 425 deletions

View File

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