Skip to content

Commit 5419392

Browse files
committed
Setup Vercel config
1 parent 252dad8 commit 5419392

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vercel.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{
5+
"src": "./index.js",
6+
"use": "@vercel/node"
7+
}
8+
],
9+
"routes": [
10+
{
11+
"src": "/(.*)",
12+
"dest": "/"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)