sdf-2d-demo/firebase.json
schmelczerandras c459a43667 Change hosting
2020-09-24 14:20:19 +02:00

13 lines
246 B
JSON

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