fix: wrong open graph meta tag attributes
This commit is contained in:
parent
0b4813e285
commit
a2e2c1f791
1 changed files with 6 additions and 5 deletions
11
index.html
11
index.html
|
@ -17,11 +17,12 @@
|
|||
<meta name="twitter:description" content="The official reference page for Sebin Nyshkim with picture references and in-depth character descriptions" />
|
||||
<meta name="twitter:image" content="https://ref.sebin-nyshkim.net/sebin/preview.png" />
|
||||
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:title" content="Sebin Nyshkim - Reference Page" />
|
||||
<meta name="og:url" content="https://ref.sebin-nyshkim.net/sebin/" />
|
||||
<meta name="og:image" content="https://ref.sebin-nyshkim.net/sebin/preview.png" />
|
||||
<meta name="og:description" content="The official reference page for Sebin Nyshkim with picture references and in-depth character descriptions" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Sebin Nyshkim - Reference Page" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://ref.sebin-nyshkim.net/sebin/" />
|
||||
<meta property="og:image" content="https://ref.sebin-nyshkim.net/sebin/preview.png" />
|
||||
<meta property="og:description" content="The official reference page for Sebin Nyshkim with picture references and in-depth character descriptions" />
|
||||
</head>
|
||||
<body>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue