Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created September 10, 2020 08:41
Show Gist options
  • Save fredriccliver/ad255e8c2379814e77d67975b63be3bd to your computer and use it in GitHub Desktop.
Save fredriccliver/ad255e8c2379814e77d67975b63be3bd to your computer and use it in GitHub Desktop.
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [{
"source": "/api/**",
"function": "api"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment