mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-12-27 10:13:23 +08:00
feat(share): social image
This commit is contained in:
parent
b5243c4363
commit
39746e07c5
2 changed files with 13 additions and 4 deletions
17
index.html
17
index.html
|
@ -7,12 +7,8 @@
|
|||
<meta name="description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<title>IT Tools</title>
|
||||
<meta itemprop="name" content="IT-Tools" />
|
||||
<meta property="og:title" content="IT-Tools" />
|
||||
<meta name="twitter:title" content="IT-Tools" />
|
||||
<meta name="description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<meta itemprop="description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<meta property="og:description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<meta name="twitter:description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<link rel="author" href="/humans.txt" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
@ -21,6 +17,19 @@
|
|||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#18a058" />
|
||||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<meta property="og:url" content="https://dev.it-tools.tech/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="IT-Tools" />
|
||||
<meta property="og:description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<meta property="og:image" content="/banner.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="dev.it-tools.tech" />
|
||||
<meta property="twitter:url" content="https://dev.it-tools.tech/" />
|
||||
<meta name="twitter:title" content="IT-Tools" />
|
||||
<meta name="twitter:description" content="Aggregated set of useful tools that every developer may need once in a while." />
|
||||
<meta name="twitter:image" content="/banner.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
BIN
public/banner.png
Normal file
BIN
public/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
Loading…
Reference in a new issue