Skip to content

Commit

Permalink
fix redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 18, 2024
1 parent 6f3c7a2 commit 3f13e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"redirects": [
{
"source": "/8.x/:splat*",
"source": "/9.x/:splat*",
"destination": "/:splat*",
"permanent": false
},
Expand Down

0 comments on commit 3f13e79

Please sign in to comment.