Add caching headers for images and css
Alan Pearce alan@alanpearce.eu
Sun, 12 Jan 2020 14:06:29 +0100
1 files changed, 10 insertions(+), 0 deletions(-)
jump to
M netlify.toml → netlify.toml
@@ -65,6 +65,16 @@ status = 301 force = true [[headers]] + for = "/img/*" + [headers.values] + Cache-Control = "public, maxage=604800, stale-while-revalidate=600" + +[[headers]] + for = "/css/*" + [headers.values] + Cache-Control = "public, maxage=604800, stale-while-revalidate=600" + +[[headers]] for = "/*" [headers.values] Link = '''