mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-20 19:05:39 -04:00
treat ALL images as assets (as they should have been all along...)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
/vendor/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
# Kinda long cache (one week) for favicons, etc.
|
||||
/img/*
|
||||
Cache-Control: public, max-age=604800, immutable
|
||||
|
||||
# Proper MIME type for Atom feed
|
||||
/*.atom
|
||||
Content-Type: application/atom+xml
|
||||
|
||||
Reference in New Issue
Block a user