Skip to content

Commit

Permalink
add redirect (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb authored Aug 6, 2024
1 parent e2395e7 commit cf79924
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,16 @@
"destination": "/conf/2024/",
"permanent": true
},
{
"source": "/conf/2024/sessions/:path/",
"destination": "/conf/2024/schedule/:path",
"permanent": true
},
{
"source": "/conf/2024/sessions/:path",
"destination": "/conf/2024/schedule/:path",
"permanent": true
},
{
"source": "/conf/sessions/:path/",
"destination": "/conf/2023/sessions/:path",
Expand Down

0 comments on commit cf79924

Please sign in to comment.