Skip to content

Commit

Permalink
Merge pull request #14 from sora32127/add_ogp_image_url
Browse files Browse the repository at this point in the history
og:image propertyを追加
  • Loading branch information
sora32127 authored Apr 14, 2024
2 parents 5ed7377 + 2f83115 commit 50b5dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/_layout.archives.$postId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ export const meta: MetaFunction<typeof loader> = ({ data }) => {
{ property: "og:site_name", content: ogSiteName },
{ property: "og:type", content: ogType },
{ property: "og:url", content: ogUrl },
{ property: "og:image", content: twitterImage},
{ name: "twitter:card", content: twitterCard },
{ name: "twitter:site", content: twitterSite },
{ name: "twitter:title", content: twitterTitle },
Expand Down

1 comment on commit 50b5dee

@vercel
Copy link

@vercel vercel bot commented on 50b5dee Apr 14, 2024

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.