Files
pojazdownik/firebase.json
T

13 lines
164 B
JSON

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