Skip to content

Instantly share code, notes, and snippets.

@Auwalms
Created February 22, 2020 10:21
Show Gist options
  • Save Auwalms/9d97074a43e2a9e6d094102395b9d633 to your computer and use it in GitHub Desktop.
Save Auwalms/9d97074a43e2a9e6d094102395b9d633 to your computer and use it in GitHub Desktop.
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [{
"source": "**",
"destination": "/index.html"
}],
"headers": [{
"source": "/service-worker.js",
"headers": [{
"key": "Cache-Control",
"value": "no-cache"
}]
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment