We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eda84 commit 9373a7dCopy full SHA for 9373a7d
src/pages/community/foundation/graphql-conf.mdx
@@ -16,7 +16,7 @@ and help produce an incredible event by [sponsoring us](/conf/2025).
16
17
## 2024
18
19
-- [Recorded Sessions](/conf/2024/sessions)
+- [Recorded Sessions](/conf/2024/schedule)
20
- [Gallery](/conf/2024/gallery)
21
- [Blog](/blog/2024-10-08-graphql-conf-2024-wrap/)
22
vercel.json
@@ -490,6 +490,11 @@
490
"destination": "/conf/2025/",
491
"permanent": false
492
},
493
+ {
494
+ "source": "/conf/2024/sessions",
495
+ "destination": "/conf/2024/schedule",
496
+ "permanent": true
497
+ },
498
{
499
"source": "/conf/2024/sessions/:path/",
500
"destination": "/conf/2024/schedule/:path",
0 commit comments