mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-28 16:04:55 +03:00
WIP universe project
This commit is contained in:
parent
33cfdadb28
commit
fdab85a31a
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user