Skip to content

Instantly share code, notes, and snippets.

@LishuGupta652
Created August 18, 2020 16:33
Show Gist options
  • Save LishuGupta652/4be33f28ca537f4c979dcbf67d1b7e0a to your computer and use it in GitHub Desktop.
Save LishuGupta652/4be33f28ca537f4c979dcbf67d1b7e0a to your computer and use it in GitHub Desktop.
Firebase Redirect File REACT
{
"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