Skip to content

Commit

Permalink
fix: add deployment disabled to new vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Feb 2, 2024
1 parent 1f03125 commit 1041cd7
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions packages/app/vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}
"git": {
"deploymentEnabled": false
},
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit 1041cd7

Please sign in to comment.