File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
},
34
34
{
35
35
"key" : " Cache-Control" ,
36
- "value" : " max-age=31536000 immutable"
36
+ "value" : " max-age=31536000, immutable"
37
37
}
38
38
]
39
39
},
69
69
"headers" : [
70
70
{
71
71
"key" : " Cache-Control" ,
72
- "value" : " max-age=31536000 immutable"
72
+ "value" : " max-age=31536000, immutable"
73
73
}
74
74
]
75
75
}, {
76
76
"source" : " /css/**" ,
77
77
"headers" : [
78
78
{
79
79
"key" : " Cache-Control" ,
80
- "value" : " max-age=31536000 immutable"
80
+ "value" : " max-age=31536000, immutable"
81
81
}
82
82
]
83
83
}, {
84
84
"source" : " /exampleResults.json" ,
85
85
"headers" : [
86
86
{
87
87
"key" : " Cache-Control" ,
88
- "value" : " max-age=31536000 immutable"
88
+ "value" : " max-age=31536000, immutable"
89
89
}
90
90
]
91
91
},
94
94
"headers" : [
95
95
{
96
96
"key" : " Cache-Control" ,
97
- "value" : " max-age=3600 must-revalidate"
97
+ "value" : " max-age=3600, must-revalidate"
98
98
}
99
99
]
100
100
}
You can’t perform that action at this time.
0 commit comments