diff --git a/src/app/[locale]/blog/[id]/page.tsx b/src/app/[locale]/blog/[id]/page.tsx index 8eb24d0..f3d8065 100644 --- a/src/app/[locale]/blog/[id]/page.tsx +++ b/src/app/[locale]/blog/[id]/page.tsx @@ -25,7 +25,7 @@ export async function generateMetadata({ if (!postData) { return { - title: t('page_blog'), + title: t('page_blog_metadata_title'), description: t('page_blog_metadata_description'), }; }