sdf-2d-demo/firebase.json
schmelczerandras 8412c6bc9e Update action
2020-10-21 09:17:17 +02:00

17 lines
270 B
JSON

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