Created
August 18, 2020 16:33
-
-
Save LishuGupta652/4be33f28ca537f4c979dcbf67d1b7e0a to your computer and use it in GitHub Desktop.
Firebase Redirect File REACT
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": "build", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites" : [{ | |
"source" : "**", | |
"destination" : "/index.html" | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment