mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Fix missing title in product-updates (#4425)
This commit is contained in:
parent
e7fa758ef0
commit
ea0306b591
1 changed files with 6 additions and 0 deletions
|
|
@ -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 },
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue