aboutsummaryrefslogtreecommitdiff
path: root/vercel.json
blob: 2bc8c24ea1103ca6ebebf848359ca2a02e1c9e9c (plain)
1
2
3
4
5
6
7
8
{
  "rewrites": [
    {
      "source": "(.*)",
      "destination": "/api"
    }
  ]
}