Spaces:
Running
Running
File size: 234 Bytes
0f5ca68 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
|