Skip to content

Commit

Permalink
Merge branch 'master' into origin/feat/add-article-intro-k8s-crossplane
Browse files Browse the repository at this point in the history
  • Loading branch information
ElevenTom committed May 20, 2024
2 parents c1a565c + ad475fe commit 08e3ab2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hooks/useSeoPost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ export const useSeoPost = (post: PostPageData): void => {
name: author.name,
url: generatePath(PATHS.AUTHOR, { authorUsername: author.username, lang: i18n.language }),
})),
images: [coverUrl],
image: {
'@type': 'ImageObject',
url: coverUrl,
},
publisher: {
'@type': 'Organization',
name: 'Eleven Labs',
Expand Down

0 comments on commit 08e3ab2

Please sign in to comment.