fix: wrong open graph meta tag attributes

This commit is contained in:
Sebin Nyshkim 2023-07-17 14:53:07 +02:00
parent 3723e4b036
commit 223a32580c

View file

@ -17,11 +17,13 @@
<meta name="twitter:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" /> <meta name="twitter:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" />
<meta name="twitter:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" /> <meta name="twitter:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" />
<meta name="og:type" content="website" /> <meta property="og:type" content="website" />
<meta name="og:title" content="Viktor Kraastav - Reference Page" /> <meta property="og:title" content="Viktor Kraastav - Reference Page" />
<meta name="og:url" content="https://ref.sebin-nyshkim.net/viktor/" /> <meta property="og:locale" content="en_US" />
<meta name="og:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" /> <meta property="og:locale:alternate" content="de_DE" />
<meta name="og:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" /> <meta property="og:url" content="https://ref.sebin-nyshkim.net/viktor/" />
<meta property="og:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" />
<meta property="og:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" />
</head> </head>
<body> <body>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>