This commit is contained in:
2024-07-01 00:25:42 +02:00
parent 4569f94908
commit d1eaeffd71
3 changed files with 21 additions and 6 deletions

View File

@@ -77,10 +77,10 @@ async function handleLike() {
v-if="post.cover"
class="w-full rounded-md my-8"
>
<img
<NuxtImg
:src="`/writings/${post.cover}`"
alt="Writing cover"
>
/>
</div>
<UDivider
class="mt-8"