mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 10:50:07 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
|
{
|
||
|
"headers": [
|
||
|
{
|
||
|
"source": "/((?!favicon.ico).*)",
|
||
|
"headers": [{ "key": "Content-Type", "value": "text/plain" }]
|
||
|
}
|
||
|
],
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "/((?!favicon.ico|install.sh).*)",
|
||
|
"destination": "/install.sh"
|
||
|
}
|
||
|
]
|
||
|
}
|