Skip to content

Commit f726ed0

Browse files
committed
fix : vercel configs
1 parent 223d48c commit f726ed0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

vercel.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"github": {
3-
"silent": true
4-
}
5-
}
2+
"trailingSlash":false,
3+
"rewrites":
4+
[
5+
{
6+
"source":"/(.*)",
7+
"destination":"/main.go"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)