This commit is contained in:
ogerly 2023-05-17 11:03:10 +02:00
parent ff559e71db
commit 6b6eeab655

View File

@ -11,7 +11,7 @@
}" }"
:highlight="isPinned" :highlight="isPinned"
> >
<!-- {{ post }} --> <!-- {{ post }} -->
<template v-if="post.image" #heroImage> <template v-if="post.image" #heroImage>
<img :src="post.image | proxyApiUrl" class="image" /> <img :src="post.image | proxyApiUrl" class="image" />
</template> </template>