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