mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-11 01:00:53 +01:00
Fix OpenGraph tags
This commit is contained in:
parent
ea89c60b48
commit
985b8e5e4d
@ -48,11 +48,11 @@ import package_ from "../../package.json";
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="/banner.png"
|
content={new URL("/banner.png", Astro.url)}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
content={`${Astro.url}banner.png`}
|
content={Astro.url.origin}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user