Added basic SEO
This commit is contained in:
+16
-1
@@ -25,4 +25,19 @@
|
||||
</ul>
|
||||
</article>
|
||||
</main>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const TITLE = "Fonts"
|
||||
const DESC = "Fonts hosted on thawia.ng"
|
||||
|
||||
useHead({
|
||||
title: TITLE,
|
||||
meta: [
|
||||
{ name: 'description', content: DESC },
|
||||
{ property: 'og:title', content: TITLE },
|
||||
{ property: 'og:description', content: DESC },
|
||||
{ property: 'og:type', content: 'website' }
|
||||
]
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user