From e6d25e057262157b349695340cb1961861a78189 Mon Sep 17 00:00:00 2001 From: YassinEldeeb Date: Tue, 6 Aug 2024 13:04:25 +0100 Subject: [PATCH] add redirect --- vercel.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vercel.json b/vercel.json index 02e0efad71..810440e2de 100644 --- a/vercel.json +++ b/vercel.json @@ -415,6 +415,16 @@ "destination": "/conf/2024/", "permanent": true }, + { + "source": "/conf/2024/sessions/:path/", + "destination": "/conf/2024/schedule/:path", + "permanent": true + }, + { + "source": "/conf/2024/sessions/:path", + "destination": "/conf/2024/schedule/:path", + "permanent": true + }, { "source": "/conf/sessions/:path/", "destination": "/conf/2023/sessions/:path",