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.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/installer/vercel.json b/.github/workflows/installer/vercel.json
index 8c5aec5e0..524dc3c0f 100644
--- a/.github/workflows/installer/vercel.json
+++ b/.github/workflows/installer/vercel.json
@@ -2,7 +2,16 @@
"headers": [
{
"source": "/((?!favicon.ico).*)",
- "headers": [{ "key": "Content-Type", "value": "text/plain" }]
+ "headers": [
+ {
+ "key": "Content-Type",
+ "value": "text/plain"
+ },
+ {
+ "key": "Content-Disposition",
+ "value": "inline; filename=\"install.sh\""
+ }
+ ]
}
],
"rewrites": [