Add firebase
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
117fac031d
commit
365a8f3914
4 changed files with 93 additions and 0 deletions
13
firebase.json
Normal file
13
firebase.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"hosting": {
|
||||
"public": ".",
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"site": "fizika-schmelczer-dev",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue