We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbe094 commit 6467bd4Copy full SHA for 6467bd4
firebase.json
@@ -9,6 +9,17 @@
9
"source": "**",
10
"destination": "/index.html"
11
}
12
+ ],
13
+ "headers": [
14
+ {
15
+ "source": "**/*",
16
17
18
+ "key": "Access-Control-Allow-Origin",
19
+ "value": "*"
20
+ }
21
+ ]
22
23
]
24
},
25
{
@@ -20,6 +31,17 @@
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
0 commit comments