forked from mat-docs/Portal.Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
38 lines (31 loc) · 853 Bytes
/
netlify.toml
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
[build]
command = "mkdocs build"
publish = "site"
[[headers]]
for = "*.min.js"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[headers]]
for = "*.min.css"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[headers]]
for = "assets/swoosh/*"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[headers]]
for = "assets/swoosh-black/*"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[headers]]
for = "sitemap.xml"
[headers.values]
Cache-Control = "public, max-age=300"
[[headers]]
for = "search/search_index.json"
[headers.values]
Cache-Control = "public, max-age=300"
[[headers]]
for = "assets/images/favicon.png"
[headers.values]
Cache-Control = "public, max-age=3600"