added firebase hosting

This commit is contained in:
thilo 2020-03-21 17:07:18 +01:00
parent 9a61503344
commit 5ab26887d9
3 changed files with 40 additions and 0 deletions

16
firebase.json Normal file
View file

@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}