debug for build

This commit is contained in:
2026-07-27 11:55:36 +03:30
parent bfa7413dfd
commit df34692325
+1 -1
View File
@@ -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'),
};
}