Files
lintujamaslo/firebase.json
2022-01-11 21:35:34 +02:00

13 lines
211 B
JSON

{
"hosting": {
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}