summaryrefslogtreecommitdiff
path: root/.github/workflows/installer/vercel.json
blob: 8c5aec5e096c37e05914c0362b592c76bf2ca251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "headers": [
    {
      "source": "/((?!favicon.ico).*)",
      "headers": [{ "key": "Content-Type", "value": "text/plain" }]
    }
  ],
  "rewrites": [
    {
      "source": "/((?!favicon.ico|install.sh).*)",
      "destination": "/install.sh"
    }
  ]
}