Skip to content

Commit

Permalink
fix(ci): try to rewrite the url to root domain
Browse files Browse the repository at this point in the history
fix: try to fix vercel
  • Loading branch information
jellydn committed Sep 23, 2023
1 parent 72ed480 commit 9dcf002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "/api"
"source": "/(.*)",
"destination": "/api/index.js"
}
]
}

0 comments on commit 9dcf002

Please sign in to comment.