misc: fix redirect

pull/261/head
Yangshun 3 years ago
parent 0e70cc7bfe
commit ece9ae00fc

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

Loading…
Cancel
Save