this repo has no description
1{
2 "notFound": "404.html",
3 "fileConfigs": [
4 {
5 "glob": "*.png",
6 "options": {
7 "cacheControl": "max-age=2592000"
8 }
9 },
10 {
11 "glob": "*.css",
12 "options": {
13 "cacheControl": "max-age=7200"
14 }
15 },
16 {
17 "glob": "*.js",
18 "options": {
19 "cacheControl": "max-age=7200"
20 }
21 },
22 {
23 "glob": "*.woff2",
24 "options": {
25 "cacheControl": "max-age=7200"
26 }
27 }
28 ]
29}