feat(seo): expand sitemap and structured data
This commit is contained in:
@@ -90,6 +90,7 @@ export default async function BlogDetailPage({ params }: BlogDetailPageProps) {
|
||||
image={post.coverImage}
|
||||
datePublished={post.date}
|
||||
authorName={post.author}
|
||||
locale={locale as SiteLocale}
|
||||
/>
|
||||
<BlogDetailContent post={post} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user