diff --git a/website/vercel.json b/website/vercel.json index 3519931a..16e2384f 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -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/" } ] }