Skip to content

Commit cf79924

Browse files
authored
add redirect (graphql#1745)
1 parent e2395e7 commit cf79924

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,16 @@
415415
"destination": "/conf/2024/",
416416
"permanent": true
417417
},
418+
{
419+
"source": "/conf/2024/sessions/:path/",
420+
"destination": "/conf/2024/schedule/:path",
421+
"permanent": true
422+
},
423+
{
424+
"source": "/conf/2024/sessions/:path",
425+
"destination": "/conf/2024/schedule/:path",
426+
"permanent": true
427+
},
418428
{
419429
"source": "/conf/sessions/:path/",
420430
"destination": "/conf/2023/sessions/:path",

0 commit comments

Comments
 (0)