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