mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix universe page titles if no separate title is set
This commit is contained in:
parent
a20d3772fd
commit
728ae7651b
|
@ -177,7 +177,7 @@ exports.createPages = ({ graphql, actions }) => {
|
||||||
id: page.id,
|
id: page.id,
|
||||||
slug: slug,
|
slug: slug,
|
||||||
isIndex: false,
|
isIndex: false,
|
||||||
title: page.title,
|
title: page.title || page.id,
|
||||||
data: { ...page, isProject: true },
|
data: { ...page, isProject: true },
|
||||||
...universeContext,
|
...universeContext,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user