summaryrefslogtreecommitdiff
path: root/.github/workflows/installer/vercel.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/installer/vercel.json')
-rw-r--r--.github/workflows/installer/vercel.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/installer/vercel.json b/.github/workflows/installer/vercel.json
index 524dc3c0f..88ec18725 100644
--- a/.github/workflows/installer/vercel.json
+++ b/.github/workflows/installer/vercel.json
@@ -1,7 +1,7 @@
{
"headers": [
{
- "source": "/((?!favicon.ico).*)",
+ "source": "/(|install.sh)",
"headers": [
{
"key": "Content-Type",
@@ -16,7 +16,7 @@
],
"rewrites": [
{
- "source": "/((?!favicon.ico|install.sh).*)",
+ "source": "/",
"destination": "/install.sh"
}
]