This commit is contained in:
krahets
2024-10-11 03:11:49 +08:00
parent e977972456
commit 69ee25e908
4 changed files with 10 additions and 10 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+10 -10
View File
@@ -5,7 +5,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate" "value": "public, max-age=2592000, immutable"
} }
] ]
}, },
@@ -14,7 +14,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate" "value": "public, max-age=2592000, immutable"
} }
] ]
}, },
@@ -23,7 +23,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate" "value": "public, max-age=2592000, immutable"
} }
] ]
}, },
@@ -32,7 +32,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=604800, must-revalidate" "value": "public, max-age=2592000, immutable"
} }
] ]
}, },
@@ -41,7 +41,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate" "value": "public, max-age=2592000, immutable"
} }
] ]
}, },
@@ -50,7 +50,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate" "value": "public, max-age=604800, immutable"
} }
] ]
}, },
@@ -59,7 +59,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate" "value": "public, max-age=604800, immutable"
} }
] ]
}, },
@@ -68,7 +68,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=86400, must-revalidate" "value": "public, max-age=604800, immutable"
} }
] ]
}, },
@@ -77,7 +77,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=3600, must-revalidate" "value": "public, max-age=86400, immutable"
} }
] ]
}, },
@@ -86,7 +86,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "public, max-age=3600, must-revalidate" "value": "public, max-age=86400, immutable"
} }
] ]
} }
Binary file not shown.