Skip to content

Commit

Permalink
fix: vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
remove158 committed Feb 12, 2024
1 parent 33bd318 commit 175d83d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"routes": [{ "src": "/(.*)", "dest": "/cmd" }]
"trailingSplash": false,
"rewrites": [
{
"source": "*",
"destination": "/cmd/main.go"
}
]
}

0 comments on commit 175d83d

Please sign in to comment.