mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-06 15:00:33 -05:00
feat(client): cache manifest for one day (#55776)
This commit is contained in:
committed by
GitHub
parent
2770c1d21b
commit
381f167a0f
@@ -36,6 +36,15 @@
|
||||
"value": "public, max-age=14400, stale-while-revalidate=172800, must-revalidate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "manifest.webmanifest",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "public, max-age=86400, stale-while-revalidate=86400, must-revalidate"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"trailingSlash": false,
|
||||
|
||||
Reference in New Issue
Block a user