mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
uncache favicon.ico
This commit is contained in:
parent
0e41d6151b
commit
6d42da22ac
@ -18,6 +18,7 @@ function s3sync {
|
||||
--exclude "sw.js" \
|
||||
--exclude "*.json" \
|
||||
--exclude "*.txt" \
|
||||
--exclude "favicon.ico" \
|
||||
--cache-control public,max-age=31536000,immutable \
|
||||
--delete \
|
||||
--acl public-read
|
||||
@ -30,6 +31,7 @@ function s3sync {
|
||||
--include "*.xml" \
|
||||
--include "*.json" \
|
||||
--include "*.txt" \
|
||||
--include "favicon.ico" \
|
||||
--cache-control public,max-age=0,must-revalidate \
|
||||
--delete \
|
||||
--acl public-read
|
||||
|
Loading…
Reference in New Issue
Block a user