chore(web/homepage): Configure caching for fonts & images

This commit is contained in:
Vincent Ambo 2020-02-09 21:05:03 +00:00
parent 74a78de081
commit 386692d39d

View file

@ -49,6 +49,10 @@ let
${oldRedirects}
location ~* \.(webp|woff2)$ {
add_header Cache-Control "public, max-age=31536000";
}
location /blog {
alias ${blog.rendered};