fix: firebase.json config

This commit is contained in:
Melvin Ragusa
2026-01-23 12:24:45 +01:00
parent de8604f40f
commit a9c259f60f

View File

@@ -5,6 +5,12 @@
"firebase.json", "firebase.json",
"**/.*", "**/.*",
"**/node_modules/**" "**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
] ]
} }
} }