Skip to content

Commit

Permalink
chore: disable auto deploy on vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
moh3n9595 committed Feb 8, 2023
1 parent 4806561 commit 758157a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"git": {
"deploymentEnabled": {
"main": false
}
}
}
7 changes: 7 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"git": {
"deploymentEnabled": {
"main": false
}
}
}

0 comments on commit 758157a

Please sign in to comment.