1
0
Fork 0

uncache favicon.ico

This commit is contained in:
Matthias Kretschmann 2023-09-19 14:33:50 +01:00
parent 0e41d6151b
commit 6d42da22ac
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 0 deletions

View File

@ -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