Skip to content

Commit

Permalink
Fix OG Site Name & OG URL
Browse files Browse the repository at this point in the history
  • Loading branch information
infinia-yzl committed Nov 20, 2024
1 parent 8d8d60f commit c592370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/BlogPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export async function generateMetadata({params}: { params: { slug: string } }):
type: 'article',
publishedTime: formattedDate,
tags: mdxData.tags,
siteName: 'OpenTierBoy',
url: `https://www.opentierboy.com/blog/${slug}`,
images: mdxData.ogImage ? [
{
url: `https://www.opentierboy.com${mdxData.ogImage}`,
Expand Down

0 comments on commit c592370

Please sign in to comment.