Skip to content

Commit

Permalink
feat: add vercel json
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyy committed Apr 28, 2024
1 parent 6cbe593 commit d37495a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.vercel
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"git": {
"deploymentEnabled": {
"main": false
}
}
}

0 comments on commit d37495a

Please sign in to comment.