![gal@spitfire.co.il](/assets/img/avatar_default.png)
![GitHub](/assets/img/avatar_default.png)
3 changed files with 20 additions and 2 deletions
@ -1,6 +1,19 @@ |
|||||||
{ |
{ |
||||||
"redirects": [ |
"redirects": [ |
||||||
{ "source": "/", "destination": "https://github.com/Schniz/fnm" }, |
{ "source": "/", "destination": "https://github.com/Schniz/fnm" } |
||||||
{ "source": "/install", "destination": "https://github.com/Schniz/fnm/raw/master/.ci/install.sh" } |
], |
||||||
|
"rewrites": [ |
||||||
|
{ "source": "/install", "destination": "/install.txt" } |
||||||
|
], |
||||||
|
"headers": [ |
||||||
|
{ |
||||||
|
"source": "/install", |
||||||
|
"headers" : [ |
||||||
|
{ |
||||||
|
"key" : "Cache-Control", |
||||||
|
"value" : "public, max-age=3600" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
] |
] |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue