Skip to content

Commit 8521aaa

Browse files
committed
Silence github notifications
1 parent 3eb811f commit 8521aaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vercel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"rewrites": [
33
{ "source": "/auth", "destination": "/api/auth.ts" },
44
{ "source": "/callback", "destination": "/api/callback.ts" }
5-
]
5+
],
6+
"github": {
7+
"silent": true
8+
}
69
}

0 commit comments

Comments
 (0)