Vercel
-
Silent Github deploys
You can stop Vercel from commenting on each deploy by adding an option to
vercel.jsonin the root of your repository:{"github": {"silent": true}} -
{"redirects": [{"source": "/foo","destination": "/bar"}]}
(Source)