chore: stop vercel from notifing from forks

This commit is contained in:
Tony 2023-12-05 21:33:53 +08:00
parent 3285c14534
commit 38a5b0c193
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"framework": null,
"github": { "silent": true },
"routes": [{ "src": "/.*", "dest": "/api/vercel.js" }]
}