Improved Lighthouse score

This commit is contained in:
a-ill
2023-08-17 14:30:35 +03:00
parent 9143bf30de
commit b7a36b7cd7
84 changed files with 55 additions and 19346 deletions

View File

@@ -7,7 +7,7 @@ server {
add_header alt-svc 'h3=":443"; ma=2592000, h3-23=":443"; ma=86400, h3-29=":443"; ma=2592000';
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
location ~* \.(?:ico|gif|jpe?g|png|svg)$ {
location ~* \.(?:ico|gif|jpe?g|png|svg|webp)$ {
expires 1d;
add_header Pragma public;
add_header Cache-Control "public";