Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jul 19, 2024
1 parent dadefef commit 103902b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,14 @@
"**/node_modules/**"
],
"rewrites": [
{
"source": "__/**",
"destination": "/signin_helpers"
},
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**",
"source": "**/*",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
Expand Down

0 comments on commit 103902b

Please sign in to comment.