Skip to content

Commit

Permalink
chore: redirect next to root (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored May 4, 2023
1 parent 75611ac commit 9bbc99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"redirects": [
{ "source": "/", "destination": "/docs" },
{ "source": "/docs/next/:match*", "destination": "/docs/:match*" },
{ "source": "/docs/apis/storage", "destination": "/docs/apis/preferences" }
],
"rewrites": [
Expand Down

1 comment on commit 9bbc99c

@vercel
Copy link

@vercel vercel bot commented on 9bbc99c May 4, 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.