treat ALL images as assets (as they should have been all along...)

This commit is contained in:
2020-04-21 14:34:55 -04:00
parent 9a40dadfb2
commit 8ba0a887bc
34 changed files with 92 additions and 75 deletions
+4
View File
@@ -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