Skip to content

Commit

Permalink
fix: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mrskiro committed Mar 11, 2024
1 parent 58f918d commit f3ab4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/meta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const Meta = (props: Props) => {
<meta property="og:url" content={url} />
<meta property="og:title" content={title} />
<meta property="og:site_name" content="mrskiro.dev" />
<meta property="og:description" content="mrskiroのブログです" />
<meta property="og:image" content={og} />

<meta property="og:type" content={props.ogType} />
Expand Down

0 comments on commit f3ab4d8

Please sign in to comment.