From 02aa147d04e7ffb30d74a0b902ba364beb64e239 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Mon, 4 Jul 2022 06:06:50 +0800 Subject: [PATCH] website: add legacy redirect --- website/vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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/" } ] }