added font file extensions to s3deploy caching config
parent
ca41c940d4
commit
e4259a2974
|
@ -1,5 +1,5 @@
|
||||||
routes:
|
routes:
|
||||||
- route: "^.+\\.(js|css|svg|ttf|png|jpg)$"
|
- route: "^.+\\.(js|css|svg|ttf|eot|woff|otf|png|jpg)$"
|
||||||
# cache static assets for 20 years
|
# cache static assets for 20 years
|
||||||
headers:
|
headers:
|
||||||
Cache-Control: "max-age=630720000, no-transform, public"
|
Cache-Control: "max-age=630720000, no-transform, public"
|
||||||
|
|
Loading…
Reference in New Issue