Skip to content

Commit fd509b2

Browse files
committed
Update HeadWithOGImage.astro
1 parent ada0743 commit fd509b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opensaas-sh/blog/src/components/HeadWithOGImage.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const ogImageUrl = new URL(
88
`/og-images/${Astro.props.id.replace(/blog\//, '').replace(/\.\w+$/, '.webp')}`,
99
'https://docs.opensaas.sh',
1010
)
11-
console.log(Astro.props)
1211
---
1312

1413
<!-- Render the default <Head/> component. -->

0 commit comments

Comments
 (0)