diff --git a/nx-dev/nx-dev/next.config.js b/nx-dev/nx-dev/next.config.js index d63c05b021..3f61633935 100644 --- a/nx-dev/nx-dev/next.config.js +++ b/nx-dev/nx-dev/next.config.js @@ -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({