Fix met a description in universe projects [ci skip]

This commit is contained in:
Ines Montani 2019-03-28 15:26:01 +01:00
parent 74e738dd4d
commit 7d033a7b89
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ exports.createPages = ({ graphql, actions }) => {
resources { resources {
id id
title title
slogan
} }
categories { categories {
label label
@ -178,6 +179,7 @@ exports.createPages = ({ graphql, actions }) => {
slug: slug, slug: slug,
isIndex: false, isIndex: false,
title: page.title || page.id, title: page.title || page.id,
teaser: page.slogan,
data: { ...page, isProject: true }, data: { ...page, isProject: true },
...universeContext, ...universeContext,
}, },