Files
angular.js/scripts/docs.angularjs.org-firebase/firebase.json
T
2018-02-12 23:21:23 +02:00

32 lines
677 B
JSON

{
"hosting": {
"public": "../../deploy/docs",
"ignore": [
"/index.html",
"/index-debug.html",
"/index-jquery.html"
],
"redirects": [
{
"source": "/error/:namespace\\::error*",
"destination": "/error/:namespace/:error*",
"type": 302
}
],
"rewrites": [
{
"source": "/",
"destination": "/index-production.html"
},
{
"source": "/index.html",
"destination": "/index-production.html"
},
{
"source": "**/*!(.@(jpg|jpeg|gif|png|html|js|map|json|css|svg|ttf|txt|woff|woff2|eot|xml))",
"function": "sendFile"
}
]
}
}