misc: fix redirect

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

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

Loading…
Cancel
Save