We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 036b2d0 + 65e1515 commit 78f7672Copy full SHA for 78f7672
firebase.json
@@ -0,0 +1,11 @@
1
+{
2
+ "hosting": {
3
+ "public": "/",
4
+ "rewrites": [
5
+ {
6
+ "source": "/",
7
+ "destination": "/index.html"
8
+ }
9
+ ]
10
11
+}
0 commit comments