We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a2c96 commit 378d9a1Copy full SHA for 378d9a1
1 file changed
_headers
@@ -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
9
10
+/assets/fonts/*
11
12
13
+/*.html
14
+ Cache-Control: max-age=3600, public
15
16
+/
17
18
19
+/sitemap.xml
20
+ Cache-Control: max-age=86400, public
21
22
+/robots.txt
23
0 commit comments