Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Oct 14, 2024
1 parent ea89312 commit 1a5b3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/read/[articleUrl]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ArticlePage = async ({ params }) => {
/>
<meta property="image" content={image} />
<meta
name="og:image"
property="og:image"
content={
image ? `/api/imageProxy?url=${image}` : `/assets/poster.png`
}
Expand Down

0 comments on commit 1a5b3c5

Please sign in to comment.