From 2fcb4ef9352ccf023378b70ef2f6d056c27f8d16 Mon Sep 17 00:00:00 2001 From: TuvalSimha Date: Mon, 14 Oct 2024 09:24:02 +0300 Subject: [PATCH] Update redirects for `/schedule` path misleading --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 0412b80083..768af2093b 100644 --- a/vercel.json +++ b/vercel.json @@ -514,6 +514,11 @@ "source": "/conf/speak/", "destination": "/conf/2024/speak/", "permanent": true + }, + { + "source": "/schedule/", + "destination": "/conf/2024/schedule/", + "permanent": true } ] }