change images location

This commit is contained in:
2025-10-03 19:14:11 +07:00
parent 61f2b8b9ec
commit 901023f361
6 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<section class="w-full">
<p id="hero-desc" class="font-hero-desc">{{ post?.description }}</p>
</section>
<img :width="512" class="max-w-[55%] aspect-[4/3] w-full object-cover" :src="baseUrl + '/portal/f/assets/' + post?.coverImage" />
<img :width="512" class="max-w-[55%] aspect-[4/3] w-full object-cover" :src="post?.coverImage" />
</div>
</section>
</section>