Skip to content

Commit 90046c4

Browse files
committed
Typo
1 parent a8e5dab commit 90046c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Head.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Default from '@astrojs/starlight/components/Head.astro';
33
44
const pageTitle = Astro.locals.starlightRoute?.entry?.data?.title ?? 'Sprites Documentation';
5-
const ogImageUrl = `https://og-image.fly.dev/image?template=sprites&text=${encodeURIComponent(pageTitle)}`;
5+
const ogImageUrl = `https://og-images.fly.dev/image?template=sprites&text=${encodeURIComponent(pageTitle)}`;
66
---
77

88
<Default {...Astro.props}><slot /></Default>

0 commit comments

Comments
 (0)