Skip to content

Instantly share code, notes, and snippets.

@katowulf
Created July 11, 2016 19:37
Show Gist options
  • Save katowulf/de0fe1e4fadb2c9c379a45b722e53c48 to your computer and use it in GitHub Desktop.
Save katowulf/de0fe1e4fadb2c9c379a45b722e53c48 to your computer and use it in GitHub Desktop.
Sample deploy config for Angular 2 routing with Firebase as found here https://github.com/katowulf/ngphx2016
{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment