![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 @@
@@ -1,6 +1,19 @@
|
||||
{ |
||||
"redirects": [ |
||||
{ "source": "/", "destination": "https://github.com/Schniz/fnm" }, |
||||
{ "source": "/install", "destination": "https://github.com/Schniz/fnm/raw/master/.ci/install.sh" } |
||||
{ "source": "/", "destination": "https://github.com/Schniz/fnm" } |
||||
], |
||||
"rewrites": [ |
||||
{ "source": "/install", "destination": "/install.txt" } |
||||
], |
||||
"headers": [ |
||||
{ |
||||
"source": "/install", |
||||
"headers" : [ |
||||
{ |
||||
"key" : "Cache-Control", |
||||
"value" : "public, max-age=3600" |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue