fizika/firebase.json
András Schmelczer 365a8f3914
Add firebase
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-03-20 09:19:51 +01:00

13 lines
244 B
JSON

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