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": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}