Skip to content

Commit

Permalink
fix author field
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed Jun 24, 2024
1 parent 8d6354f commit 2701133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const stripped = await stripContent(post);
---
<Page title={data.title}>
<Fragment slot="metadata">
<meta property="author" content="mudkip">
<meta property="og:site_name" content="mudkip">
<meta property="og:title" content={data.title}>
<meta property="og:description" content={stripped}>
</Fragment>
Expand Down

0 comments on commit 2701133

Please sign in to comment.