-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_headers
More file actions
43 lines (30 loc) · 893 Bytes
/
_headers
File metadata and controls
43 lines (30 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
/index.html
Cache-Control: public, max-age=3600, s-maxage=86400
/demo.html
Cache-Control: public, max-age=3600, s-maxage=86400
/logo.svg
Cache-Control: public, max-age=31536000, immutable
/robots.txt
Cache-Control: public, max-age=86400
/sitemap.xml
Cache-Control: public, max-age=86400
/llms.txt
Cache-Control: public, max-age=86400
/*.js
Cache-Control: public, max-age=31536000, immutable
/*.css
Cache-Control: public, max-age=31536000, immutable
/*.woff2
Cache-Control: public, max-age=31536000, immutable
/*.woff
Cache-Control: public, max-age=31536000, immutable
/*.png
Cache-Control: public, max-age=31536000, immutable
/*.jpg
Cache-Control: public, max-age=31536000, immutable
/*.ico
Cache-Control: public, max-age=31536000, immutable