add titles, description and images for seo

This commit is contained in:
2024-08-10 18:29:26 +02:00
parent ed10692318
commit 385f17eea1
19 changed files with 598 additions and 241 deletions
+4
View File
@@ -8,6 +8,8 @@ const NewsFragmentDefinition = graphql(`
__typename
id
slug
seoTitle
searchDescription
title
firstPublishedAt
excerpt
@@ -26,6 +28,8 @@ const NewsIndexFragmentDefinition = graphql(`
__typename
id
slug
seoTitle
searchDescription
title
lead
}