FROST book firebase config

This commit is contained in:
Deirdre Connolly 2023-04-20 18:28:22 -04:00
parent 7828d58574
commit a981fdad85
1 changed files with 16 additions and 0 deletions

16
book/firebase.json Normal file
View File

@ -0,0 +1,16 @@
{
"hosting": {
"public": "book",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}