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",