diff --git a/client/serve/serve.json b/client/serve/serve.json index e55916d428d3c5..4fff8950375540 100644 --- a/client/serve/serve.json +++ b/client/serve/serve.json @@ -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,