Skip to content

Commit

Permalink
docs: redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Feb 7, 2023
1 parent 0a8705c commit 89873e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"cleanUrls": true
"cleanUrls": true,
"redirects": [
{ "source": "/en/latest", "destination": "/", "permanent": true },
{ "source": "/en/latest/", "destination": "/", "permanent": true },
{
"source": "/en/latest/:match*",
"destination": "/:match*",
"permanent": true
}
]
}

1 comment on commit 89873e0

@vercel
Copy link

@vercel vercel bot commented on 89873e0 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.