fix: wrong open graph meta tag attributes
This commit is contained in:
parent
3723e4b036
commit
223a32580c
1 changed files with 7 additions and 5 deletions
12
index.html
12
index.html
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue