no longer use i18n for messages

This commit is contained in:
2025-09-22 17:36:41 +07:00
parent 2cf92499dc
commit babfa1cf56
5 changed files with 81 additions and 47 deletions
+10 -8
View File
@@ -3,12 +3,15 @@
<article class="article">
<section class="hero-section">
<div class="container">
<img></img>
<h2 class="text-3xl ">contact page</h2>
<h1 class="title">ดตอเรา</h1>
</div>
</section>
<section class="container">
<section class="page-section">
<div class="container">
<p>
เดยวทจะตดตอเราไดอไปรษณเลกทรอนกส postmaster[at]unix.in.th
</p>
</div>
</section>
</article>
</main>
@@ -16,13 +19,12 @@
<script setup>
const config = useRuntimeConfig();
const baseUrl = config.public.baseUrl
useHead({
title: '*nix in Thailand',
titleTemplate: '%s',
title: 'ติดต่อ',
meta: [
{ property: 'og:type', content: 'website' }
{ name: 'description', content: 'ติดต่อเรา' },
{ property: 'og:type', content: 'article' }
]
})
</script>