website: stop Vercel from commenting on every commit

This commit is contained in:
Yangshun
2022-02-10 08:23:03 +08:00
parent 8e7c168385
commit 366fc17c7f

5
website/vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}