fix: remove vue-meta, place meta tags directly in index.html
This commit is contained in:
parent
a7c038de43
commit
505c95364d
6 changed files with 18 additions and 90 deletions
|
@ -4,6 +4,20 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>Sebin Nyshkim - Reference Page</title>
|
||||
<link rel="favicon" href="/img/sebin-smug-icon.png" type="image/png">
|
||||
<link rel="icon" href="/img/sebin-smug-icon.png" type="image/png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:creator" content="@SebinNyshkim">
|
||||
<meta name="twitter:description" content="Learn everything about your favorite neighborhood derg, down to the minute details!">
|
||||
<meta name="twitter:text:title" content="Sebin Nyshkim - Reference Page">
|
||||
<meta name="twitter:image" content="https://ref.sebin-nyshkim.net/img/sebin-smug-icon.png">
|
||||
<meta name="og:title" content="Sebin Nyshkim - Reference Page">
|
||||
<meta name="og:type" content="website">
|
||||
<meta name="og:url" content="https://ref.sebin-nyshkim.net">
|
||||
<meta name="og:image" content="https://ref.sebin-nyshkim.net/img/sebin-smug-icon.png">
|
||||
<meta name="og:description" content="Learn everything about your favorite neighborhood derg, down to the minute details!">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue