💄 Optimized header & landing page

This commit is contained in:
2025-03-17 22:23:40 +08:00
parent 3e7f259834
commit e4111dc06e
6 changed files with 86 additions and 34 deletions

View File

@ -31,7 +31,7 @@
/>
</div>
<article v-if="post.type == 'story' || props.forceShowContent" class="text-base prose max-w-none">
<article v-if="(post.type == 'story' || props.forceShowContent) && post.body?.content" class="text-base prose max-w-none">
<m-d-c :value="post.body?.content"></m-d-c>
</article>