angular-cn/aio/firebase.json

15 lines
233 B
JSON

{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "/:path*",
"destination": "/content/docs-prerendered/:path*.html"
}
]
}
}