-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
78 lines (62 loc) · 1.79 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.127.0"
[[headers]]
for = "/*"
[headers.values]
Content-Language = "en-US"
X-Frame-Options = "DENY"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src 'self'"
Strict-Transport-Security = "max-age=63072000; includeSubdomains; preload"
Referrer-Policy = "no-referrer-when-downgrade"
Permissions-Policy = "geolocation=(), camera=(), microphone=(), payment=()"
[[headers]]
for = "img/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/*.js"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/*.css"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[redirects]]
from = "/deck-doctoral-thesis/*"
to = "https://evansosenko.github.io/deck-doctoral-thesis/:splat"
status = 200
force = true
[[redirects]]
from = "/deck-tmdsc/*"
to = "https://evansosenko.github.io/deck-tmdsc/:splat"
status = 200
force = true
[[redirects]]
from = "/deck-ucr-exam/*"
to = "https://evansosenko.github.io/deck-ucr-exam/:splat"
status = 200
force = true
[[redirects]]
from = "/deck-dichalcogenides-superconductivity/*"
to = "https://evansosenko.github.io/deck-dichalcogenides-superconductivity/:splat"
status = 200
force = true
[[redirects]]
from = "/deck-spin-lifetime/*"
to = "https://evansosenko.github.io/deck-spin-lifetime/:splat"
status = 200
force = true
[[redirects]]
from = "/curriculum-vitae/*"
to = "https://evansosenko.github.io/curriculum-vitae/:splat"
status = 200
force = true
[[redirects]]
from = "/pico.min.css.map"
to = "https://unpkg.com/@picocss/[email protected]/css/pico.min.css.map"
status = 200
force = true