Update HeadWithOGImage.astro

This commit is contained in:
vincanger
2024-11-26 20:38:08 +01:00
parent ada0743f3a
commit fd509b2010

View File

@@ -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. -->