chore(nx-dev): show type in page title for package schema (#14709)
This commit is contained in:
parent
67d9981f9a
commit
feb3dca617
@ -38,7 +38,7 @@ export function PackageSchemaSubList({
|
|||||||
},
|
},
|
||||||
githubUrl: pkg.githubRoot + pkg.root,
|
githubUrl: pkg.githubRoot + pkg.root,
|
||||||
seo: {
|
seo: {
|
||||||
title: `${pkg.packageName} | Nx`,
|
title: `${pkg.packageName}:${type}s | Nx`,
|
||||||
description: pkg.description,
|
description: pkg.description,
|
||||||
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
||||||
.replace('/', '')
|
.replace('/', '')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user