Skip to content

Instantly share code, notes, and snippets.

@antonybudianto
Created August 20, 2017 09:49
Show Gist options
  • Save antonybudianto/7c9c244a52d8bdbab51241742688abc4 to your computer and use it in GitHub Desktop.
Save antonybudianto/7c9c244a52d8bdbab51241742688abc4 to your computer and use it in GitHub Desktop.
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "build",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment