Skip to content

Instantly share code, notes, and snippets.

@camille-hdl
Created March 10, 2019 20:30
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 camille-hdl/65ea582a370c904a781aaa1e67c77972 to your computer and use it in GitHub Desktop.
Save camille-hdl/65ea582a370c904a781aaa1e67c77972 to your computer and use it in GitHub Desktop.
{
"public": "public",
"rewrites": [{ "source": "/**", "destination": "/index.html" }],
"headers": [
{
"source": "**/sw.js",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Service-Worker-Allowed",
"value": "/"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment