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.
1 parent 036b2d0 commit 65e1515Copy full SHA for 65e1515
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