Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created November 8, 2022 00:29
Show Gist options
  • Save bbachi/b3276fe8143a171e12b2465795300417 to your computer and use it in GitHub Desktop.
Save bbachi/b3276fe8143a171e12b2465795300417 to your computer and use it in GitHub Desktop.
Firebase
{
"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