From 3799a1cb1adf811cbe39ba2c030c6b6ab0d0bdea Mon Sep 17 00:00:00 2001 From: Mimicduck787083 Date: Sun, 1 Sep 2024 14:56:18 +0800 Subject: [PATCH] Update deploy.md Subscribe Mimicduck7026 --- docs/en/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index 852fb868..c2d7e23c 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -62,7 +62,7 @@ The production build uses hashed file names for static assets (JavaScript, CSS a This `4f283b18` hash is generated from the content of this file. The same hashed URL is guaranteed to serve the same file content - if the contents change, the URLs change too. This means you can safely use the strongest cache headers for these files. All such files will be placed under `assets/` in the output directory, so you can configure the following header for them: ``` -Cache-Control: max-age=31536000,immutable +Cache-Control: max-age=3153600,immutable ``` ::: details Example Netlify `_headers` file