mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 18:20:47 +01:00
Move open-graph to head meta
This commit is contained in:
7
app.vue
7
app.vue
@@ -5,13 +5,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<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>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -22,6 +22,11 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
meta: [
|
meta: [
|
||||||
{ name: "viewport", content: "width=device-width, initial-scale=1" },
|
{ name: "viewport", content: "width=device-width, initial-scale=1" },
|
||||||
|
{ name: "title", content: "Clean Cuts"},
|
||||||
|
{ name: "og:title", content: "Clean Cuts"},
|
||||||
|
{ name: "og:description", content: "Making game data viewable in a human-friendly format."},
|
||||||
|
{ name: "og:image", content: "https://blossomishymae.github.io/clean-cuts/favicon.png"},
|
||||||
|
{ name: "theme-color", content: "#000000"}
|
||||||
],
|
],
|
||||||
link: [
|
link: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user