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 301da9d commit 905bfd8
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,6 +1,6 @@
{
"routes": [
{ "src": "/sora-docs/(.*)", "dest": "/$1", "status": 200 },
{ "src": "/$1", "dest": "/$1", "status": 200 }
{ "src": "/*", "dest": "/$1", "status": 200 }
]
}

0 comments on commit 905bfd8

Please sign in to comment.