aboutsummaryrefslogtreecommitdiff
path: root/vercel.json
blob: 53aef1da5abcd9195bfb4969a2d44fdba47941c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "headers": [
    {
      "source": "/(.*)",
      "headers": [
        { "key": "Access-Control-Allow-Origin", "value": "*" },
        { "key": "Access-Control-Allow-Methods", "value": "GET,OPTIONS" },
        { "key": "Access-Control-Allow-Headers", "value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version" }
      ]
    }
  ]
}