Hotfix routingu produkcji

This commit is contained in:
2022-06-10 12:04:48 +02:00
parent 45f4eaa4cf
commit 3a50609488
+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"
}
] ]
} }
} }