Skip to content

Commit

Permalink
test versel config
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <[email protected]>
  • Loading branch information
Nikita Zaporozhets committed Aug 17, 2023
1 parent 13c61b1 commit 8072db8
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
@@ -1,3 +1,3 @@
{
"routes": [{ "src": "/sora-docs/(.*)", "dest": "/", "status": 200 }]
"routes": [{ "src": "/$1", "dest": "/$1", "status": 200 }]
}

0 comments on commit 8072db8

Please sign in to comment.