Skip to content

Commit

Permalink
test
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 7df4006 commit 7a33652
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 @@
{
"rewrites": [
{ "source": "/sora-docs/(.*)", "destination": "/$1" },
{ "source": "/:path*", "destination": "/$1" }
{ "source": "/:path*", "destination": "/index.html" }
]
}

0 comments on commit 7a33652

Please sign in to comment.