Skip to content

Commit

Permalink
Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyn-argabioso committed Jan 14, 2025
1 parent be26b39 commit 9601b2c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@
"source": "**",
"destination": "/404.html"
}
],
"headers": [
{
"source": "/shared/**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET, OPTIONS"
},
{
"key": "Access-Control-Allow-Headers",
"value": "Content-Type"
}
]
}
]
}
}

0 comments on commit 9601b2c

Please sign in to comment.