2017-01-27 03:20:51 -05:00
|
|
|
{
|
|
|
|
"database": {
|
|
|
|
"rules": "database.rules.json"
|
|
|
|
},
|
|
|
|
"hosting": {
|
|
|
|
"public": "dist",
|
2017-03-13 12:35:16 -04:00
|
|
|
"rewrites": [
|
|
|
|
{
|
2017-03-13 06:39:22 -04:00
|
|
|
"source": "/:path*",
|
|
|
|
"destination": "/content/docs-prerendered/:path*.html"
|
2017-03-13 12:35:16 -04:00
|
|
|
}
|
|
|
|
]
|
2017-01-27 03:20:51 -05:00
|
|
|
}
|
|
|
|
}
|