Fix embed image
This commit is contained in:
parent
6f9336a08d
commit
bf089dd078
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue