1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-21 14:14:58 +08:00

15 lines
262 B
JSON
Raw Normal View History

{
"headers": [
{
"source": "/((?!favicon.ico).*)",
"headers": [{ "key": "Content-Type", "value": "text/plain" }]
}
],
"rewrites": [
{
"source": "/((?!favicon.ico|install.sh).*)",
"destination": "/install.sh"
}
]
}