chore: remove open graph stuff from html template
This commit is contained in:
parent
ef1c7823e0
commit
4ef00cff37
2 changed files with 1 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*.
|
||||
.*
|
||||
!.eslintrc.yml
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
|
|
|
@ -11,12 +11,6 @@
|
|||
<meta name="description" content="Yet Another Clash Dashboard">
|
||||
<meta name="theme-color" content="#202020">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<meta property="og:image" content="https://user-images.githubusercontent.com/1166872/47304841-536f3d80-d65a-11e8-8908-1917127dafc5.png">
|
||||
<meta property="og:site_name" content="yacd">
|
||||
<meta property="og:type" content="object">
|
||||
<meta property="og:title" content="yacd">
|
||||
<meta property="og:url" content="http://yacd.haishan.me">
|
||||
<meta property="og:description" content="Yet Another Clash Dashboard">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Loading…
Reference in a new issue