Skip to content

Commit

Permalink
👷 Increase browser cache to 4 hours (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
amortemousque authored Jul 12, 2021
1 parent 9b8715a commit 1e97d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [[ -z $suffix ]]; then
)
fi

CACHE_CONTROL='max-age=900, s-maxage=60'
CACHE_CONTROL='max-age=14400, s-maxage=60'

main() {
in-isolation upload-to-s3
Expand Down

0 comments on commit 1e97d2f

Please sign in to comment.