Skip to content

Commit

Permalink
chore(build): add vercel.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 2, 2023
1 parent 525a1d4 commit 00260fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ node_modules
.env
dist
.obsidian/**/*
package-lock.json
package-lock.json
.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 00260fb

Please sign in to comment.