Skip to content

Commit

Permalink
fix: og image url
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jan 16, 2025
1 parent 6773e80 commit c49664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/contentlayer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const BlogPost = defineDocumentType(() => ({
resolve: (doc) => {
const image = doc.image;
if (image) {
return `${siteConfig.siteUrl}${image}`;
return `https://heroui.com${image}`;
}
},
},
Expand Down

0 comments on commit c49664d

Please sign in to comment.