This commit is contained in:
ogerly 2023-04-25 14:24:31 +02:00
parent affc392b10
commit 032b65fb92

View File

@ -11,8 +11,6 @@
}" }"
:highlight="isPinned" :highlight="isPinned"
> >
ss
<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>