Created
March 10, 2019 20:30
-
-
Save camille-hdl/65ea582a370c904a781aaa1e67c77972 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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