Skip to content

Instantly share code, notes, and snippets.

@zilahir
Created May 22, 2018 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zilahir/45c872d162588801ab864e2d440f9c05 to your computer and use it in GitHub Desktop.
Save zilahir/45c872d162588801ab864e2d440f9c05 to your computer and use it in GitHub Desktop.
firebase settings
{
"hosting": {
"public": "/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [ {
"source": "/contact", "function": "addMessageToSlack"
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment