Skip to content

Instantly share code, notes, and snippets.

@fedorov
Created November 15, 2021 22:44
Show Gist options
  • Save fedorov/987e06eeb261c2abb21743fdbd43eb0e to your computer and use it in GitHub Desktop.
Save fedorov/987e06eeb261c2abb21743fdbd43eb0e to your computer and use it in GitHub Desktop.
{
"hosting": {
"public": "public",
"headers": [
{
"source": "/**",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
}
],
"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