1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-02-11 01:00:53 +01:00

Fix OpenGraph tags

This commit is contained in:
Nikita Karamov 2025-01-26 17:24:11 +01:00
parent ea89c60b48
commit 985b8e5e4d
No known key found for this signature in database

View File

@ -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