content: add og image

This commit is contained in:
Ayo 2023-03-05 14:31:08 +01:00
parent 72bc177759
commit cb17156ed7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View file

@ -40,6 +40,7 @@ const baseURL = "https://ayo.ayco.io";
<meta property="og:type" content="website" />
<meta property="og:url" content={baseURL + Astro.url.pathname} />
<meta property="og:description" content={description} />
<meta property="og:image" content="/ayo.png" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
</head>