Skip to content

Commit 0f3bdb2

Browse files
authored
Merge pull request #8 from creatorofsomethingthatisgood/chore/disable-vercel-auto-deploy
Disable Vercel git auto-deploys (fix typo'd config key)
2 parents f053e0c + a95d121 commit 0f3bdb2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"buildCommand": "npm run build",
33
"outputDirectory": "dist",
44
"framework": "vite",
5+
"git": {
6+
"deploymentEnabled": false
7+
},
58
"installCommand": "npm install",
69
"rewrites": [
710
{ "source": "/api/:path*", "destination": "/api/:path*" }

0 commit comments

Comments
 (0)