feat(share): social image

This commit is contained in:
Corentin Thomasset 2022-04-15 22:17:13 +02:00
parent b5243c4363
commit 39746e07c5
No known key found for this signature in database
GPG key ID: DBD997E935996158
2 changed files with 13 additions and 4 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB