meta image tag

This commit is contained in:
mantikoros 2022-01-06 21:54:11 -06:00
parent 59034839a9
commit a7c42ee8ec
2 changed files with 4 additions and 1 deletions

View File

@ -30,8 +30,11 @@ function MyApp({ Component, pageProps }: AppProps) {
<meta name="twitter:site" content="@manifoldmarkets" />
<meta
property="og:image"
content="https://manifold.markets/logo-cover.png"
/>
<meta
name="twitter:image"
content="https://manifold.markets/logo-banner.png"
content="https://manifold.markets/logo-bg.png"
/>
</Head>

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB