Mute to vercel mute email notifications

Published on

To mute Vercel's deployment notifications using the silent setting in your project's vercel.json file, follow these steps:

Open your project's vercel.json file in a text editor.

Add the following block of code to the file:

{
  "github": {
    "silent": true
  }
}

Save and close the vercel.json file.

Deploy your project to Vercel.

After completing these steps, Vercel will no longer send you emails when your deployments are successful. If you ever want to receive these notifications again, you can simply repeat these steps and set the silent property to false.

Thanks for reading

Let me know in the comments section what you think about this article. If you love it, you know what to do! Share it with your friends and colleagues.

If you want me to cover some topics in the next post, DM me on twitter @tuanphung_, or if you have any suggestions, feel free to comment below.

See ya next time and keep on hacking ✌