Skip to content

Commit

Permalink
Merge pull request #22 from khaykingleb/link-title
Browse files Browse the repository at this point in the history
refactor: 🔨
  • Loading branch information
khaykingleb authored Oct 14, 2024
2 parents ded95f1 + 9df5a3f commit 2b90272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/routes/blog.$slug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ export const meta: MetaFunction = ({ data }: { data: { post: Post } }) => {
{ title: post.title },
{ name: "og:title", content: post.title },
{ name: "og:description", content: post.content },
{
name: "og:image",
content: "/img/van_gogh_wheatfield_with_cypresses.jpg",
},
];
};

Expand Down

0 comments on commit 2b90272

Please sign in to comment.