ccdb-web/firebase.json

11 lines
146 B
JSON

{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}