We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0efa0 commit 06ba1acCopy full SHA for 06ba1ac
1 file changed
vercel.json
@@ -1,17 +1,14 @@
1
{
2
- "version": 2,
3
- "builds": [
4
- {
5
- "src": "api/db.js",
6
- "use": "@vercel/node"
7
- },
8
9
- "src": "package.json",
10
- "use": "@vercel/static-build"
11
- }
12
- ],
13
- "routes": [
14
- { "src": "/api/(.*)", "dest": "/api/db.js" },
15
- { "src": "/(.*)", "dest": "/index.html" }
16
- ]
17
+ "version": 2,
+ "builds": [
+ {
+ "src": "api/db.js",
+ "use": "@vercel/node"
+ },
+ "src": "package.json",
+ "use": "@vercel/static-build"
+ }
+ ],
+ "routes": [{ "src": "/api/(.*)", "dest": "/api/db.js" }]
+}
0 commit comments