docs(nxdev): remove redirect rules for landing pages (#13589)

This commit is contained in:
Benjamin Cabanes 2022-12-02 10:35:13 -05:00 committed by GitHub
parent dbc673d74f
commit 24a15edef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,13 +197,6 @@ module.exports = withNx({
});
}
// Landing pages
rules.push({
source: '/(angular|react|node)',
destination: '/',
permanent: true,
});
// Packages Indexes
for (let s of Object.keys(redirectRules.packagesIndexes)) {
rules.push({