sdf-2d-demo/firebase.json
schmelczerandras 060415cfd9 Handle 404
2020-09-21 18:00:24 +02:00

12 lines
210 B
JSON

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