Skip to content

Commit

Permalink
fix: og image
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 5, 2023
1 parent 9f5ba34 commit 76eaedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/next-seo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config: DefaultSeoProps = {
},
images: [
{
url: `/og/default.png`,
url: `https://thedaviddias.dev/images/og/default.png`,
alt: 'The David Dias',
},
],
Expand Down

1 comment on commit 76eaedb

@vercel
Copy link

@vercel vercel bot commented on 76eaedb Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.