Rejig github firebase hosting actions

This commit is contained in:
Fergal Moran
2023-03-06 07:30:40 +00:00
parent 233d4b6750
commit c2b3fd0b10
4 changed files with 9 additions and 10 deletions

View File

@@ -4,17 +4,14 @@
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "public",
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
"frameworksBackend": {
"region": "europe-west1"
}
}
}