chore(nx-dev): show type in page title for package schema (#14709)

This commit is contained in:
Benjamin Cabanes 2023-01-30 18:23:50 -05:00 committed by GitHub
parent 67d9981f9a
commit feb3dca617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export function PackageSchemaSubList({
},
githubUrl: pkg.githubRoot + pkg.root,
seo: {
title: `${pkg.packageName} | Nx`,
title: `${pkg.packageName}:${type}s | Nx`,
description: pkg.description,
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
.replace('/', '')