summaryrefslogtreecommitdiff
path: root/.github/workflows/installer/vercel.json
blob: 88ec18725f925dad319bf229493770001569d4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "headers": [
    {
      "source": "/(|install.sh)",
      "headers": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        },
        {
          "key": "Content-Disposition",
          "value": "inline; filename=\"install.sh\""
        }
      ]
    }
  ],
  "rewrites": [
    {
      "source": "/",
      "destination": "/install.sh"
    }
  ]
}