Created
July 11, 2016 19:37
-
-
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
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": "dist", | |
"rewrites": [ | |
{ | |
"source": "**", | |
"destination": "/index.html" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment