docs(nxdev): better seo description for package page (#9529)

This commit is contained in:
Benjamin Cabanes 2022-03-25 15:28:04 -04:00 committed by GitHub
parent cea9c0c146
commit a293474efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,7 @@ export function PackageSchemaList({
},
seo: {
title: `@nrwl/${pkg.name} | Nx`,
description:
'An overview of the powerful integrations Nx is providing you for this specific technology.',
description: pkg.description,
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
.replace('/', '')
.replace(/\//gi, '-')}.jpg`,