feat(client): cache manifest for one day (#55776)

This commit is contained in:
Oliver Eyton-Williams
2024-08-08 00:22:03 +02:00
committed by GitHub
parent 2770c1d21b
commit 381f167a0f

View File

@@ -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,