Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit a7022f9

Browse files
committed
fix: disable auto deploys
1 parent 51180a1 commit a7022f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"rewrites": [{ "source": "/([^.]+)", "destination": "/index.html" }]
2+
"rewrites": [{ "source": "/([^.]+)", "destination": "/index.html" }],
3+
"git": {
4+
"deploymentEnabled": {
5+
"main": false
6+
}
7+
}
38
}

0 commit comments

Comments
 (0)