대표 이미지 전용 카드 썸네일로 정리
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user