misc: add redirects

This commit is contained in:
Yangshun
2022-04-08 17:57:28 +08:00
parent 7eccc0db17
commit a6918b297b
23 changed files with 129 additions and 1680 deletions

View File

@ -183,21 +183,4 @@ module.exports = {
},
],
],
plugins: [
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
from: '/coding-round-overview',
to: '/coding-interview',
},
{
from: '/behavioral-round-overview',
to: '/behavioral-interview',
},
],
},
],
],
};