대표 이미지 전용 카드 썸네일로 정리

This commit is contained in:
2026-06-08 15:54:39 +09:00
parent eb4018f92c
commit 806b181d1f
18 changed files with 236 additions and 147 deletions

View File

@@ -328,7 +328,7 @@ useHead(() => ({
</div>
</div>
<figure v-if="post.featuredImage" class="relative mt-2.5 w-full">
<figure v-if="post.showFeaturedImage && post.featuredImage" class="relative mt-2.5 w-full">
<img
class="aspect-video w-full rounded-[10px] object-cover bg-[var(--site-panel-strong)]"
:src="post.featuredImage"