diff options
author | Alan Pearce | 2024-07-04 21:12:18 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-04 21:12:18 +0200 |
commit | 7400b2527aa7689cec3ed6a8d3382d20c067d88d (patch) | |
tree | 365698056ad9cfe1d8e8c85a56df0eb8cebe39a2 | |
parent | 0afa9e528e91ec1ed7e90627d99831bba2b077d4 (diff) | |
download | zola-bearblog-7400b2527aa7689cec3ed6a8d3382d20c067d88d.tar.lz zola-bearblog-7400b2527aa7689cec3ed6a8d3382d20c067d88d.tar.zst zola-bearblog-7400b2527aa7689cec3ed6a8d3382d20c067d88d.zip |
fix typo in headers
-rw-r--r-- | netlify.toml | 2 | ||||
-rw-r--r-- | vercel.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index 88a3cba..97c219d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,5 +27,5 @@ Cross-Origin-Resource-Policy = "same-site" Cache-Control = ''' max-age=300, s-maxage=86400, - state-while-revalidate + stale-while-revalidate ''' diff --git a/vercel.json b/vercel.json index 4e5615b..4a66b83 100644 --- a/vercel.json +++ b/vercel.json @@ -42,7 +42,7 @@ }, { "key": "Cache-Control", - "value": "max-age=300, s-maxage=86400, state-while-revalidate" + "value": "max-age=300, s-maxage=86400, stale-while-revalidate" } ] } |