We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada0743 commit fd509b2Copy full SHA for fd509b2
opensaas-sh/blog/src/components/HeadWithOGImage.astro
@@ -8,7 +8,6 @@ const ogImageUrl = new URL(
8
`/og-images/${Astro.props.id.replace(/blog\//, '').replace(/\.\w+$/, '.webp')}`,
9
'https://docs.opensaas.sh',
10
)
11
-console.log(Astro.props)
12
---
13
14
<!-- Render the default <Head/> component. -->
0 commit comments