This commit is contained in:
Lloyd Brookes
2016-02-19 19:28:22 +00:00
parent 8145986987
commit 86a1787540
5 changed files with 11 additions and 9 deletions

View File

@ -2,6 +2,10 @@
"rewrite": [
{ "from": "/css/*", "to": "/build/styles/$1" },
{ "from": "/npm/*", "to": "http://registry.npmjs.org/$1" },
{ "from": "/:user/repos/:name", "to": "https://api.github.com/repos/:user/:name" }
{ "from": "/:user/repos/:name", "to": "https://api.github.com/repos/:user/:name" },
{
"from": "/lloyd/*",
"to": "http://104.131.40.69/$1"
}
]
}