summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaishan <[email protected]>2018-10-23 00:27:20 +0800
committerHaishan <[email protected]>2018-10-23 00:27:20 +0800
commit5aa51ae925a9fd2a8a98b67472903b4df8bdf748 (patch)
tree55c502b5d213511830eab84b63a72f58a882c7c2 /src
parenta7187d72b8a01e4d5abfb8a6c94eb364ff082a13 (diff)
chore: update html head og meta
Diffstat (limited to 'src')
-rw-r--r--src/index.template.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs
index 3fd7283..68571ca 100644
--- a/src/index.template.ejs
+++ b/src/index.template.ejs
@@ -11,12 +11,12 @@
<link id="favicon" rel="icon" type="image/png" sizes="128x128" href="yacd-128.png">
<title><%= htmlWebpackPlugin.options.title %></title>
- <meta property="og:image" content="https://haishanh.github.io/yacd/yacd-128.png">
+ <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="https://haishanh.github.io/yacd">
- <meta property="og:description" content="yacd - Yet Another Clash Dashboard.">
+ <meta property="og:url" content="http://yacd.haishan.me">
+ <meta property="og:description" content="Yet Another Clash Dashboard">
<% for (key in htmlWebpackPlugin.files.css) { %>
<link href="<%= htmlWebpackPlugin.files.css[key] %>" rel="stylesheet">