Firebase setup

This commit is contained in:
2022-10-12 21:48:25 +02:00
parent f06d13aee3
commit d27e254899
2 changed files with 21 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}