docs(nxdev): add /docs redirect rule (#12372)
This commit is contained in:
parent
26e710180b
commit
09afb89a3d
@ -178,6 +178,13 @@ module.exports = withNx({
|
|||||||
destination: '/',
|
destination: '/',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Docs
|
||||||
|
rules.push({
|
||||||
|
source: '/docs',
|
||||||
|
destination: '/getting-started/intro',
|
||||||
|
permanent: true,
|
||||||
|
});
|
||||||
return rules;
|
return rules;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user