Move open-graph to head meta

This commit is contained in:
BlossomiShymae
2024-05-03 09:06:53 -05:00
parent f131340d68
commit c9d1126343
2 changed files with 5 additions and 7 deletions

View File

@@ -22,6 +22,11 @@ export default defineNuxtConfig({
},
meta: [
{ 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: [
{