This commit is contained in:
2022-08-20 18:13:08 +02:00
parent 9b252cf205
commit 63272a2dbb
+7 -4
View File
@@ -1,10 +1,13 @@
{ {
"hosting": { "hosting": {
"public": "dist", "public": "dist",
"ignore": [ "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"firebase.json", "rewrites": [
"**/.*", {
"**/node_modules/**" "source": "**",
"destination": "/index.html"
}
] ]
} }
} }