fix:Disable deployment email notifications

main
Jasmine 2022-08-15 16:08:56 +08:00 committed by GitHub
parent 7a44441e37
commit 625458ca61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
vercel.json Normal file
View File

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