From e4259a29747444e6fe32b64adecf32934622237b Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sat, 19 Jan 2019 08:30:43 -0700 Subject: [PATCH] added font file extensions to s3deploy caching config --- .s3deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.s3deploy.yml b/.s3deploy.yml index 2e4e22a32..c4170379e 100644 --- a/.s3deploy.yml +++ b/.s3deploy.yml @@ -1,5 +1,5 @@ routes: - - route: "^.+\\.(js|css|svg|ttf|png|jpg)$" + - route: "^.+\\.(js|css|svg|ttf|eot|woff|otf|png|jpg)$" # cache static assets for 20 years headers: Cache-Control: "max-age=630720000, no-transform, public"