Skip to content

Commit eb09718

Browse files
committed
chore: check placeholder img
1 parent 785e703 commit eb09718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/OgImage/BlogPost.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const formattedAuthorNames = computed(() => {
125125
>
126126
<img
127127
v-if="author.avatar"
128-
v-bind="{ src: author.avatar }"
128+
src="https://npmx.dev/pwa-512x512.png"
129129
:alt="author.name"
130130
class="w-full h-full object-cover"
131131
/>

0 commit comments

Comments
 (0)