all repos — zola-bearblog @ 7400b2527aa7689cec3ed6a8d3382d20c067d88d

Port of bear blog theme to zola

fix typo in headers

Alan Pearce
commit

7400b2527aa7689cec3ed6a8d3382d20c067d88d

parent

0afa9e528e91ec1ed7e90627d99831bba2b077d4

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M netlify.tomlnetlify.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 '''
M vercel.jsonvercel.json
@@ -42,7 +42,7 @@ "value": "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-p5EfRIhWJi7Zh7WJil3mpIVCZvcu+zebWbMe6B0so8A='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"
}, { "key": "Cache-Control", - "value": "max-age=300, s-maxage=86400, state-while-revalidate" + "value": "max-age=300, s-maxage=86400, stale-while-revalidate" } ] }