WIP universe project

This commit is contained in:
Marcus Blättermann 2022-11-17 18:44:53 +01:00
parent 33cfdadb28
commit fdab85a31a
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -36,7 +36,7 @@ export const getStaticProps: GetStaticProps<PropsPage, ParsedUrlQuery> = async (
props: {
id: resource.id,
title: resource.title || resource.id,
teaser: resource.slogan,
teaser: resource.slogan || null,
slug: args.params.slug.split('/'),
isIndex: false,
data: { ...resource, isProject: true },