Skip to content

Commit

Permalink
fix: sentry handbook id
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaps committed Apr 8, 2024
1 parent cfcc1ad commit 3da2523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/handbook-page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Seo
title={`${getPageTitle(handbookPage)} - Handbook by Significa`}
description={getPageDescription(handbookPage)}
image={`${$page.url.origin}/handbook/seo/${handbookPage.id}`}
image={handbookPage.id ? `${$page.url.origin}/handbook/seo/${handbookPage.id}` : undefined}
/>

<div use:drawerLinks class="max-w-2xl mx-6 xl:mx-auto mt-10 lg:mt-20 rich-text mb-20">
Expand Down

0 comments on commit 3da2523

Please sign in to comment.