Skip to content

Commit a277570

Browse files
authored
feat: update redirects for conf (graphql#1873)
* feat: update redirects for conf * prettier
1 parent 1acde6d commit a277570

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vercel.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
432432
},
433433
{
434434
"source": "/conf/",
435-
"destination": "/conf/2024/",
436-
"permanent": true
435+
"destination": "/conf/2025/",
436+
"permanent": false
437437
},
438438
{
439439
"source": "/conf/2024/sessions/:path/",
@@ -512,13 +512,13 @@
512512
},
513513
{
514514
"source": "/conf/speak/",
515-
"destination": "/conf/2024/speak/",
516-
"permanent": true
515+
"destination": "/conf/2025#speakers",
516+
"permanent": false
517517
},
518518
{
519519
"source": "/schedule/",
520520
"destination": "/conf/2024/schedule/",
521-
"permanent": true
521+
"permanent": false
522522
}
523523
]
524524
}

0 commit comments

Comments
 (0)