diff --git a/src/layouts/default/components/seo.astro b/src/layouts/default/components/seo.astro index 830b255..f641189 100644 --- a/src/layouts/default/components/seo.astro +++ b/src/layouts/default/components/seo.astro @@ -11,7 +11,7 @@ interface Props { const { title, description = "I'm a software engineer mostly with NodeJS 💚 I love to write clean beautiful code even when it's unnecessary.", - ogImageUrl = getImageUrl("social/og-image", { format: "jpg" }), + ogImageUrl = getImageUrl("social/og-image-v2", { format: "jpg" }), } = Astro.props; const canonicalUrl = getCanonicalUrl(Astro.url);