Skip to content

Commit 6467bd4

Browse files
committed
chore: firebase config
1 parent 3cbe094 commit 6467bd4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

firebase.json

+22
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
"source": "**",
1010
"destination": "/index.html"
1111
}
12+
],
13+
"headers": [
14+
{
15+
"source": "**/*",
16+
"headers": [
17+
{
18+
"key": "Access-Control-Allow-Origin",
19+
"value": "*"
20+
}
21+
]
22+
}
1223
]
1324
},
1425
{
@@ -20,6 +31,17 @@
2031
"source": "**",
2132
"destination": "/index.html"
2233
}
34+
],
35+
"headers": [
36+
{
37+
"source": "**/*",
38+
"headers": [
39+
{
40+
"key": "Access-Control-Allow-Origin",
41+
"value": "*"
42+
}
43+
]
44+
}
2345
]
2446
}
2547
]

0 commit comments

Comments
 (0)