diff --git a/components/site/PostCard.vue b/components/site/PostCard.vue index 5ca421c..1e0d3eb 100644 --- a/components/site/PostCard.vue +++ b/components/site/PostCard.vue @@ -14,6 +14,7 @@ defineProps({ :to="post.to" :title="post.title" :featured-image="post.featuredImage" + :thumbnail-image="post.featuredImageThumbnail" link-class="h-20 w-36 shrink-0" aspect-class="h-full w-full" /> diff --git a/components/site/PostCardMedia.vue b/components/site/PostCardMedia.vue index 44ebcfb..d9bd20e 100644 --- a/components/site/PostCardMedia.vue +++ b/components/site/PostCardMedia.vue @@ -1,5 +1,5 @@