Skip to content

Commit 7c8e950

Browse files
committed
fix(changelog): image size
1 parent 1a8c2bd commit 7c8e950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/changelog/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ watch(() => arrivedState.bottom, () => {
107107
:key="index"
108108
:title="post.title"
109109
:description="post.description"
110-
:image="post.image"
110+
:image="{ ...post.image, height: 915 }"
111111
:to="post.path"
112112
:authors="post.authors"
113113
variant="naked"

0 commit comments

Comments
 (0)