Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modemlooper/2b5703badf9183f22d1b31868dbe65b4 to your computer and use it in GitHub Desktop.
Save modemlooper/2b5703badf9183f22d1b31868dbe65b4 to your computer and use it in GitHub Desktop.
Stenciljs Firebase config
"headers": [
{
"source": "/build/app/**",
"headers": [
{
"key": "Link",
"value": "public, max-age=31536000"
}
]
},
{
"source": "sw.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