Skip to content

Commit

Permalink
πŸ” add opengraph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
diepoe committed Oct 19, 2021
1 parent 48f186b commit ff8b285
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ const {description} = Astro.props
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Dietrich Poensgen" />
<meta name="description" content="{description}" />
<meta
property="og:image"
content="https://fluffy-limonadenfabrikatur.vercel.app/images/og-image.png"
/>
<meta
property="og:image:alt"
content="Fluffy Limonadenfabrikatur Homepage"
/>
<meta property="og:image:width" content="1390" />
<meta property="og:image:height" content="885" />
<meta property="og:site_name" content="Fluffy Limonadenfabrikatur" />
<meta property="og:title" content="{title}" />
<meta property="og:description" content="{description}" />
<meta
name="theme-color"
content="#EFF6FF"
Expand Down

1 comment on commit ff8b285

@vercel
Copy link

@vercel vercel bot commented on ff8b285 Oct 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.