diff --git a/docs/app/pages/changelog/index.vue b/docs/app/pages/changelog/index.vue index b46f47ef4..071183e06 100644 --- a/docs/app/pages/changelog/index.vue +++ b/docs/app/pages/changelog/index.vue @@ -107,7 +107,7 @@ watch(() => arrivedState.bottom, () => { :key="index" :title="post.title" :description="post.description" - :image="post.image" + :image="{ ...post.image, height: 915 }" :to="post.path" :authors="post.authors" variant="naked"