Skip to content

Commit

Permalink
fix og route
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed May 15, 2024
1 parent e31dd32 commit c7cbceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/og/[...slug]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export async function GET(
color: '#B3C9DD',
}}
>
{data.frontMatter.title || data.title}
{isPost ? data.frontMatter.title : data.title}
</span>
</div>
</Container>
Expand Down

0 comments on commit c7cbceb

Please sign in to comment.