fix comment not showing

This commit is contained in:
ClovertaTheTrilobita 2026-03-25 12:47:34 +02:00
parent 77037e6459
commit 94b62bdfbc

View file

@ -228,7 +228,11 @@ const comments = await fetchLatestComments();
<li <li
class={`comment-card ${comment.isReply ? "is-reply" : ""}`} class={`comment-card ${comment.isReply ? "is-reply" : ""}`}
> >
<a href={comment.localUrl} class="comment-link"> <a
href={comment.localUrl}
class="comment-link"
data-astro-reload
>
<div class="comment-top"> <div class="comment-top">
{comment.author?.avatarUrl && ( {comment.author?.avatarUrl && (
<img <img