docs(nxdev): remove redirect rules for landing pages (#13589)
This commit is contained in:
parent
dbc673d74f
commit
24a15edef6
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user