Add firebase

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-03-20 09:19:51 +01:00
parent 117fac031d
commit 365a8f3914
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
4 changed files with 93 additions and 0 deletions

13
firebase.json Normal file
View file

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