2015-11-16 13:22:51 +00:00
|
|
|
{
|
2015-11-16 20:47:34 +00:00
|
|
|
"rewrite": [
|
2015-11-17 11:18:25 +00:00
|
|
|
{ "from": "/css/*", "to": "/build/styles/$1" },
|
2015-11-16 20:47:34 +00:00
|
|
|
{ "from": "/npm/*", "to": "http://registry.npmjs.org/$1" },
|
2016-05-30 00:32:51 +01:00
|
|
|
{ "from": "/broken/*", "to": "http://localhost:9999" },
|
2016-02-20 16:11:12 +00:00
|
|
|
{ "from": "/:user/repos/:name", "to": "https://api.github.com/repos/:user/:name" }
|
2015-11-16 20:47:34 +00:00
|
|
|
]
|
2015-11-16 13:22:51 +00:00
|
|
|
}
|