misc: fix redirect

This commit is contained in:
Yangshun
2022-02-02 12:51:35 +08:00
parent 0e70cc7bfe
commit ece9ae00fc

View File

@@ -159,8 +159,8 @@ module.exports = {
{
redirects: [
{
from: '/coding-interview',
to: '/coding-round-overview',
from: '/coding-round-overview',
to: '/coding-interview',
},
],
},