Skip to content

Commit

Permalink
chore: silence vercel on GH PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zelkibuilds committed Dec 14, 2021
1 parent adc722e commit 5e44ad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
"github": {
"silent": true
}
}

0 comments on commit 5e44ad7

Please sign in to comment.