Migration to GNU Stow
This commit is contained in:
23
zsh/.oh-my-zsh/.github/workflows/installer/vercel.json
vendored
Normal file
23
zsh/.oh-my-zsh/.github/workflows/installer/vercel.json
vendored
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user