-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
44 lines (36 loc) · 780 Bytes
/
Copy pathnetlify.toml
File metadata and controls
44 lines (36 loc) · 780 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
44
[build]
publish = "."
functions = "netlify/functions"
[functions]
node_bundler = "esbuild"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin-when-cross-origin"
Cache-Control = "public, max-age=300, must-revalidate"
[[redirects]]
from = "/play"
to = "/index.html#play"
status = 200
[[redirects]]
from = "/sim"
to = "/index.html#play"
status = 200
[[redirects]]
from = "/careers"
to = "/index.html#bonuses"
status = 200
[[redirects]]
from = "/bonuses"
to = "/index.html#bonuses"
status = 200
[[redirects]]
from = "/explorer"
to = "/index.html#bonuses"
status = 200
[[redirects]]
from = "/mos"
to = "/index.html#mos"
status = 200