We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1736b50 commit ced2a96Copy full SHA for ced2a96
1 file changed
public/_headers
@@ -0,0 +1,27 @@
1
+/*
2
+ Cache-Control: public, max-age=3600
3
+ X-Content-Type-Options: nosniff
4
+ X-Frame-Options: DENY
5
+ X-XSS-Protection: 1; mode=block
6
+ Referrer-Policy: strict-origin-when-cross-origin
7
+
8
+/_astro/*
9
+ Cache-Control: public, max-age=31536000, immutable
10
11
+/*.webp
12
13
14
+/*.jpg
15
16
17
+/*.png
18
19
20
+/*.svg
21
22
23
+/*.woff2
24
25
26
+/*.woff
27
0 commit comments