added font file extensions to s3deploy caching config

pull/14/head
Scott Anderson 2019-01-19 08:30:43 -07:00
parent ca41c940d4
commit e4259a2974
1 changed files with 1 additions and 1 deletions

View File

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