Add cover image for meta tag.

This commit is contained in:
jahooma 2021-12-02 18:43:02 -06:00
parent 1b102bdcbf
commit 8484b54fa0
2 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ const Home: NextPage = () => {
<Head> <Head>
<title>Mantic Markets</title> <title>Mantic Markets</title>
<meta name="description" content="Decentralized user-created prediction markets on Solana" />
<meta name="twitter:description" content="Decentralized user-created prediction markets on Solana" />
<meta property="og:title" name="twitter:title" content="Mantic Markets" /> <meta property="og:title" name="twitter:title" content="Mantic Markets" />
<meta name="description" content="Decentralized user-created prediction markets on Solana" />
<meta property="og:description" name="twitter:description" content="Decentralized user-created prediction markets on Solana" />
<meta property="og:url" content="https://mantic.markets" /> <meta property="og:url" content="https://mantic.markets" />
<meta property="og:image" name="twitter:image" content="/logo.png" /> <meta property="og:image" name="twitter:image" content="https://mantic.markets/logo-cover.png" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />

BIN
web/public/logo-cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB