astro-ghostcms/.pnpm-store/v3/files/2c/1a48f90cbb7d79f21d70fe2a962...

9 lines
300 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
---
const { openGraph } = Astro.props;
---
<meta property="og:title" content={openGraph.basic.title} />
<meta property="og:type" content={openGraph.basic.type} />
<meta property="og:image" content={openGraph.basic.image} />
<meta property="og:url" content={openGraph.basic.url || Astro.url.href} />