Skip to content

Commit 8f0a9d2

Browse files
Merge pull request #73 from WebDevSimplified/og-images
Fix webp
2 parents 40b5f27 + 1ffa38c commit 8f0a9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BlogPost.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const url = Astro.request.url
2626
{description}
2727
permalink={url}
2828
image={new URL(
29-
path.join(Astro.url.pathname, "og.jpg"),
29+
path.join(Astro.url.pathname, "og.webp"),
3030
Astro.url,
3131
).toString()}
3232
/>

0 commit comments

Comments
 (0)