Skip to content

Commit 9373a7d

Browse files
authored
Add missing redirect from /2024/sessions (#2028)
1 parent 16eda84 commit 9373a7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/pages/community/foundation/graphql-conf.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and help produce an incredible event by [sponsoring us](/conf/2025).
1616

1717
## 2024
1818

19-
- [Recorded Sessions](/conf/2024/sessions)
19+
- [Recorded Sessions](/conf/2024/schedule)
2020
- [Gallery](/conf/2024/gallery)
2121
- [Blog](/blog/2024-10-08-graphql-conf-2024-wrap/)
2222

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,11 @@
490490
"destination": "/conf/2025/",
491491
"permanent": false
492492
},
493+
{
494+
"source": "/conf/2024/sessions",
495+
"destination": "/conf/2024/schedule",
496+
"permanent": true
497+
},
493498
{
494499
"source": "/conf/2024/sessions/:path/",
495500
"destination": "/conf/2024/schedule/:path",

0 commit comments

Comments
 (0)