Update PostLayout.astro

This commit is contained in:
2026-06-15 23:38:48 +08:00
committed by GitHub
parent 497688ecbf
commit bf47329a7c
+3 -1
View File
@@ -55,7 +55,9 @@ const structuredData = {
{
commentPath.startsWith("/posts/") && (
<TwikooComments envId="http://47.108.235.131:40063/" path={commentPath} />
<div class="mx-auto max-w-2xl">
<TwikooComments envId="http://47.108.235.131:40063/" path={commentPath} />
</div>
)
}
</Layout>