Skip to content

Commit

Permalink
og:image is off by one
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Dec 17, 2024
1 parent ac8fef7 commit 4e438fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/documents/[id]-[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{/if}
<meta
property="og:image"
content={documents.pageImageUrl(document, 0, "normal").href}
content={documents.pageImageUrl(document, 1, "normal").href}
/>
<!-- Social cards -->
<meta property="twitter:card" content="summary_large_image" />
Expand Down

0 comments on commit 4e438fe

Please sign in to comment.