From 52ec09ecfd39fd5465093d361474e63721efd52f Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Wed, 18 Jun 2025 17:15:32 +0200 Subject: [PATCH] Add missing redirect from /2024/sessions --- src/pages/community/foundation/graphql-conf.mdx | 2 +- vercel.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/community/foundation/graphql-conf.mdx b/src/pages/community/foundation/graphql-conf.mdx index 18c935ad33..6cebb00239 100644 --- a/src/pages/community/foundation/graphql-conf.mdx +++ b/src/pages/community/foundation/graphql-conf.mdx @@ -16,7 +16,7 @@ and help produce an incredible event by [sponsoring us](/conf/2025). ## 2024 -- [Recorded Sessions](/conf/2024/sessions) +- [Recorded Sessions](/conf/2024/schedule) - [Gallery](/conf/2024/gallery) - [Blog](/blog/2024-10-08-graphql-conf-2024-wrap/) diff --git a/vercel.json b/vercel.json index ca46883581..e777a27ba5 100644 --- a/vercel.json +++ b/vercel.json @@ -490,6 +490,11 @@ "destination": "/conf/2025/", "permanent": false }, + { + "source": "/conf/2024/sessions", + "destination": "/conf/2024/schedule", + "permanent": true + }, { "source": "/conf/2024/sessions/:path/", "destination": "/conf/2024/schedule/:path",