From 94b62bdfbca117f94d77eeeab17b674d64f1763e Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 25 Mar 2026 12:47:34 +0200 Subject: [PATCH] fix comment not showing --- src/components/Comments.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Comments.astro b/src/components/Comments.astro index 3f46844..4c8d71f 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -228,7 +228,11 @@ const comments = await fetchLatestComments();
  • - +
    {comment.author?.avatarUrl && (