Fix embed image

This commit is contained in:
pancakes 2024-12-03 19:29:06 +10:00
parent 6f9336a08d
commit bf089dd078
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -17,7 +17,7 @@
content={"https://trypancakes.com" + $page.url.pathname}
/>
<meta property="og:title" content={$page.data.title || "pancakes"} />
<meta property="og:image" content="https://trypancakes.com/favicon.png" />
<meta property="og:image" content="/favicon.png" />
<meta property="og:image:alt" content="a black cat with large eyes" />
</svelte:head>