Next.js Discord

Discord Forum

How can I create a redirect in vercel.conf to mailto

Unanswered
Asian black bear posted this in #help-forum
Open in Discord
Original message was deleted.

3 Replies

Asian black bear
vercel.json*
Any idea on how to make vercel.json redirects work with mailto URLs? It recognizes the URL as a route to the current domain e.g. https://foo.bar/mailto...
Example vercel.json:
{
  "redirects": [
    {
      "source": "/mail-me",
      "destination": "mailto:foo@bar.com"
    }
  ]
}