fix: show post image as og image
This commit is contained in:
parent
02df9d134f
commit
5824e7489c
@ -100,6 +100,7 @@ export async function generateMetadata({
|
||||
title: `${post.title} | ${t('title')}`,
|
||||
description: post.description,
|
||||
canonicalUrl: getUrlWithLocale(post.slug, locale),
|
||||
image: post.image,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user