Files
Compose-Files/dotfiles/dot_oh-my-zsh/dot_github/workflows/installer/vercel.json
T
2026-07-20 09:23:17 -04:00

24 lines
384 B
JSON

{
"headers": [
{
"source": "/(|install.sh)",
"headers": [
{
"key": "Content-Type",
"value": "text/plain"
},
{
"key": "Content-Disposition",
"value": "inline; filename=\"install.sh\""
}
]
}
],
"rewrites": [
{
"source": "/",
"destination": "/install.sh"
}
]
}