Skip to content

Commit 378d9a1

Browse files
committed
кэши
1 parent 60a2c96 commit 378d9a1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

_headers

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/assets/images/*
2+
Cache-Control: max-age=31536000, immutable
3+
4+
/assets/css/*
5+
Cache-Control: max-age=2592000, public
6+
7+
/assets/js/*
8+
Cache-Control: max-age=2592000, public
9+
10+
/assets/fonts/*
11+
Cache-Control: max-age=31536000, immutable
12+
13+
/*.html
14+
Cache-Control: max-age=3600, public
15+
16+
/
17+
Cache-Control: max-age=3600, public
18+
19+
/sitemap.xml
20+
Cache-Control: max-age=86400, public
21+
22+
/robots.txt
23+
Cache-Control: max-age=86400, public

0 commit comments

Comments
 (0)