mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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,
|
||||
slug: slug,
|
||||
isIndex: false,
|
||||
title: page.title,
|
||||
title: page.title || page.id,
|
||||
data: { ...page, isProject: true },
|
||||
...universeContext,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user