Skip to content

Commit

Permalink
Update HeadWithOGImage.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Nov 26, 2024
1 parent ada0743 commit fd509b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opensaas-sh/blog/src/components/HeadWithOGImage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const ogImageUrl = new URL(
`/og-images/${Astro.props.id.replace(/blog\//, '').replace(/\.\w+$/, '.webp')}`,
'https://docs.opensaas.sh',
)
console.log(Astro.props)
---

<!-- Render the default <Head/> component. -->
Expand Down

0 comments on commit fd509b2

Please sign in to comment.