~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
7ea8b6d9
—
pyrossh 2 years ago
Fix web rewrites
- firebase.json +7 -1
firebase.json
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
],
|
|
9
9
|
"frameworksBackend": {
|
|
10
10
|
"region": "us-east1"
|
|
11
|
+
},
|
|
12
|
+
"rewrites": [
|
|
13
|
+
{
|
|
14
|
+
"source": "**",
|
|
15
|
+
"destination": "/index.html"
|
|
11
|
-
|
|
16
|
+
}
|
|
17
|
+
]
|
|
12
18
|
}
|
|
13
19
|
}
|