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