mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-23 10:54:25 -04:00
remove cache-control headers for CSS and JS
This commit is contained in:
@@ -8,13 +8,7 @@
|
|||||||
# Super long cache (one year) for vendored assets:
|
# Super long cache (one year) for vendored assets:
|
||||||
# web fonts, emojis, etc.
|
# web fonts, emojis, etc.
|
||||||
/vendor/*
|
/vendor/*
|
||||||
Cache-Control: max-age=31536000, public, immutable
|
Cache-Control: public, max-age=31536000, 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
|
|
||||||
|
|
||||||
# Proper MIME type for Atom feed
|
# Proper MIME type for Atom feed
|
||||||
/*.atom
|
/*.atom
|
||||||
|
Reference in New Issue
Block a user