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.
2 parents 40b5f27 + 1ffa38c commit 8f0a9d2Copy full SHA for 8f0a9d2
src/layouts/BlogPost.astro
@@ -26,7 +26,7 @@ const url = Astro.request.url
26
{description}
27
permalink={url}
28
image={new URL(
29
- path.join(Astro.url.pathname, "og.jpg"),
+ path.join(Astro.url.pathname, "og.webp"),
30
Astro.url,
31
).toString()}
32
/>
0 commit comments