im lazy writing commit messagesm please take a look by yourself thx
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
||||
const config = useRuntimeConfig();
|
||||
const baseUrl = config.public.baseUrl
|
||||
const TITLE = "Home"
|
||||
const DESC = "Welcome to thawia.ng, a Techit's website."
|
||||
const DESC = "Techit Thawiang, "
|
||||
|
||||
useHead({
|
||||
title: TITLE,
|
||||
|
||||
@@ -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="post?.coverImage" />
|
||||
<img :width="512" class="img-cover" :src="post?.coverImage" />
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user