mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Set SEO meta
This commit is contained in:
10
app.vue
10
app.vue
@@ -4,6 +4,16 @@
|
|||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
useSeoMeta({
|
||||||
|
title: "Clean Cuts",
|
||||||
|
ogTitle: "Clean Cuts",
|
||||||
|
ogDescription: "Making game data viewable in a human-friendly format.",
|
||||||
|
ogImage: "https://blossomishymae.github.io/clean-cuts/favicon.png",
|
||||||
|
themeColor: "#000000",
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.page-enter-active,
|
.page-enter-active,
|
||||||
.page-leave-active {
|
.page-leave-active {
|
||||||
|
|||||||
Reference in New Issue
Block a user