mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
misc: add redirects
This commit is contained in:
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user