-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnetlify.toml
More file actions
73 lines (59 loc) · 1.77 KB
/
Copy pathnetlify.toml
File metadata and controls
73 lines (59 loc) · 1.77 KB
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
[build]
command = "pnpm build:deploy"
publish = "dist/site"
[build.environment]
NODE_VERSION = "22.17.1"
[[headers]]
for = "/cssflower/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssgears/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssgears/scenes/*.gz"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssgravitywell/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssgravitywell/model/gravitywell/*.json.br"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
Content-Type = "application/json"
Content-Encoding = "br"
[[headers]]
for = "/cssgravitywell/banks/*/scene.json"
[headers.values]
Cache-Control = "public, max-age=0, must-revalidate"
[[headers]]
for = "/cssgravitywell/catalog.json"
[headers.values]
Cache-Control = "public, max-age=0, must-revalidate"
[[headers]]
for = "/cssmenger/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssmaze/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssmaze/scenes/*.gz"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssselectropaint/variants/*/chunks/*.gz"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssselectropaint/variants/*/*.gz"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "/cssselectropaint/manifest.json"
[headers.values]
Cache-Control = "no-cache"