Skip to content

Instantly share code, notes, and snippets.

@r4hulp
Created June 9, 2017 15:41
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 r4hulp/ba16a02303e8face00ee6ed872a78325 to your computer and use it in GitHub Desktop.
Save r4hulp/ba16a02303e8face00ee6ed872a78325 to your computer and use it in GitHub Desktop.
Firebase configuration
{
"hosting": {
"public": "_site",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment