Skip to content

Commit

Permalink
chore: og image
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan committed Nov 19, 2024
1 parent 2c27191 commit 3f270f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/default/components/seo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3f270f2

Please sign in to comment.