Head: switch opengraph image to png for discord

This commit is contained in:
Akemi Izuko 2024-01-01 19:50:42 -07:00
parent fb291aa9a3
commit f40da8fe26
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -22,7 +22,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<meta property="og:title" content="noway.moe" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dev.noway.moe" />
<meta property="og:image" content="https://dev.noway.moe/favicon.avif" />
<meta property="og:image" content="https://dev.noway.moe/favicon.png" />
<meta name="generator" content={Astro.generator} />
<!-- Font preloads -->