Skip to content

Commit ea3e851

Browse files
Disable automated vercel deployments
1 parent 0644874 commit ea3e851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"git": {
3-
"deploymentEnabled": true
3+
"deploymentEnabled": false
44
},
5-
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
5+
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
66
}

0 commit comments

Comments
 (0)