diff --git a/src/app/[locale]/news/[id]/page.tsx b/src/app/[locale]/news/[id]/page.tsx index ea5b351..ceef954 100644 --- a/src/app/[locale]/news/[id]/page.tsx +++ b/src/app/[locale]/news/[id]/page.tsx @@ -26,7 +26,7 @@ export async function generateMetadata({ type: "article", publishedTime: response.data.created_at, }, - keywords: ["Новости КР", "Дорожные происшествия", "Кыргызстан"], + keywords: ["Новости КР", "Кыргызстан"], }; }