website: add legacy redirect

This commit is contained in:
Yangshun Tay
2022-07-04 06:06:50 +08:00
parent eeab673461
commit 02aa147d04

View File

@@ -156,6 +156,14 @@
{
"source": "/algorithms/introduction/",
"destination": "/algorithms/study-cheatsheet/"
},
{
"source": "/algorithms/algorithms-introduction",
"destination": "/algorithms/study-cheatsheet/"
},
{
"source": "/algorithms/algorithms-introduction/",
"destination": "/algorithms/study-cheatsheet/"
}
]
}