We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aa875 commit fc40c49Copy full SHA for fc40c49
packages/gatsby-plugin-netlify/src/constants.js
@@ -26,6 +26,7 @@ export const SECURITY_HEADERS = {
26
27
export const CACHING_HEADERS = {
28
"/static/*": [`Cache-Control: public, max-age=31536000, immutable`],
29
+ "/sw.js": [`Cache-Control: no-cache`],
30
}
31
32
export const LINK_REGEX = /^(Link: <\/)(.+)(>;.+)/
0 commit comments