From b1995c9482fae2c77ec97e1f52f40bc391f2d4d2 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Fri, 15 Apr 2022 17:53:27 +0800 Subject: [PATCH] misc: remove old study and practice page --- website/vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/vercel.json b/website/vercel.json index b7c797cb..3519931a 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -41,6 +41,14 @@ "source": "/coding-interview-best-practices/", "destination": "/coding-interview-cheatsheet/" }, + { + "source": "/study-and-practice", + "destination": "/coding-interview-study-plan/" + }, + { + "source": "/study-and-practice/", + "destination": "/coding-interview-study-plan/" + }, { "source": "/coding-signals", "destination": "/coding-interview-rubrics/"