1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:26:41 -04:00

remove cache-control headers for CSS and JS

This commit is contained in:
2020-04-20 15:20:55 -04:00
parent b13da8e05b
commit 4d22a28435

View File

@ -8,13 +8,7 @@
# Super long cache (one year) for vendored assets:
# web fonts, emojis, etc.
/vendor/*
Cache-Control: max-age=31536000, public, immutable
# Kinda long cache (one day) for CSS, JS:
/css/*
Cache-Control: max-age=86400, public, immutable
/js/*
Cache-Control: max-age=86400, public, immutable
Cache-Control: public, max-age=31536000, immutable
# Proper MIME type for Atom feed
/*.atom