content: add og image
This commit is contained in:
parent
72bc177759
commit
cb17156ed7
2 changed files with 1 additions and 0 deletions
BIN
public/ayo.png
BIN
public/ayo.png
Binary file not shown.
Before Width: | Height: | Size: 383 KiB After Width: | Height: | Size: 93 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue