mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
6101106916
Co-authored-by: Marc Cornellà <hello@mcornella.com>
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/((?!favicon.ico).*)",
|
|
"headers": [{ "key": "Content-Type", "value": "text/plain" }]
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/((?!favicon.ico|install.sh).*)",
|
|
"destination": "/install.sh"
|
|
}
|
|
]
|
|
}
|