2017-01-27 03:20:51 -05:00
|
|
|
{
|
|
|
|
"database": {
|
|
|
|
"rules": "database.rules.json"
|
|
|
|
},
|
|
|
|
"hosting": {
|
|
|
|
"public": "dist",
|
2017-03-21 09:46:20 -04:00
|
|
|
"cleanUrls": true,
|
2017-03-13 12:35:16 -04:00
|
|
|
"rewrites": [
|
|
|
|
{
|
2017-03-22 18:31:47 -04:00
|
|
|
"source": "**/!(*.*)",
|
2017-03-21 09:46:20 -04:00
|
|
|
"destination": "/index.html"
|
2017-03-13 12:35:16 -04:00
|
|
|
}
|
|
|
|
]
|
2017-01-27 03:20:51 -05:00
|
|
|
}
|
|
|
|
}
|