Fix missing title in product-updates (#4425)

This commit is contained in:
Kamil Kisiela 2024-04-04 16:37:30 +02:00 committed by GitHub
parent e7fa758ef0
commit ea0306b591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,12 @@ export const getStaticProps: GetStaticProps<{ ssg: { changelogs: Changelog[] } }
return {
props: {
__nextra_dynamic_opts: {
title: 'Product Updates',
frontMatter: {
description: 'The most recent developments from GraphQL Hive.',
},
},
ssg: { changelogs },
},
};