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 5fb9ce8 commit 1ffa38cCopy full SHA for 1ffa38c
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