We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec10dc1 commit 9aba18aCopy full SHA for 9aba18a
vercel.json
@@ -0,0 +1,11 @@
1
+{
2
+ "version": 2,
3
+ "builds": [{
4
+ "src": "index.js",
5
+ "use": "@vercel/node"
6
+ }],
7
+ "routes": [{
8
+ "src": "/.*",
9
+ "dest": "/"
10
+ }]
11
+}
0 commit comments