Last active
August 13, 2016 05:12
-
-
Save Spencer-Easton/0d203b757783e0d35087 to your computer and use it in GitHub Desktop.
firebase.json hosting example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosting": { | |
"public": “.”, | |
"headers":[{ | |
"source":"**", | |
"headers":[{ | |
"key":"Access-Control-Allow-Origin", | |
"value":"*" | |
}] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment