change images location
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<template v-if="post">
|
||||
<NuxtLink class="post-card" :to="post.path">
|
||||
<img :src="baseUrl + '/portal/f/assets/' + post.coverImage" :alt="post?.title + '’s cover image'"/>
|
||||
<img :src="post.coverImage" :alt="post?.title + '’s cover image'"/>
|
||||
<div class="post-card-content">
|
||||
<h3>{{ post.title }}</h3>
|
||||
<p :title="post.description">{{ post.description }}</p>
|
||||
|
||||
@@ -11,13 +11,13 @@ import WebThemeToggle from './web-theme-toggle.vue';
|
||||
<p>
|
||||
<small>
|
||||
Copyright © Techit Thawiang 2025 (2568). All rights reserved.<br>
|
||||
PGP/GPG Key: <code style="font-size: 12px;"><a href="/portal/f/Techit Thawiang_0xE649CED321557334_public.asc">4116 33BE 1B4A 19D4 8D77 9ADE E649 CED3 2155 7334</a></code><br>
|
||||
PGP/GPG Key: <code style="font-size: 12px;"><a href="https://files.thawia.ng/files/Techit Thawiang_0xE649CED321557334_public.asc">4116 33BE 1B4A 19D4 8D77 9ADE E649 CED3 2155 7334</a></code><br>
|
||||
Powered by <a class="link" href="https://dailitation.xyz">dailitation.xyz</a>, <a class="link" href="https://github.com/TechitWinner/web">Source Code</a>.
|
||||
</small>
|
||||
</p>
|
||||
<p>
|
||||
<small>
|
||||
More from me: <a class="link" href="https://unix.in.th">unix.in.th</a>, <NuxtLink class="link" href="/portal">Portal</NuxtLink> and <a class="link" href="https://uptime.dailitation.xyz">Network Status</a>
|
||||
More from me: <a class="link" href="https://unix.in.th">unix.in.th</a> and <a class="link" href="https://uptime.dailitation.xyz">Network Status</a>
|
||||
</small>
|
||||
</p>
|
||||
<WebThemeToggle/>
|
||||
|
||||
Reference in New Issue
Block a user