This commit is contained in:
krahets
2025-10-05 03:31:09 +08:00
parent 98d369aa35
commit f062e8d04d
28 changed files with 28 additions and 28 deletions

View File

@@ -68,7 +68,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, immutable"
"value": "public, max-age=2592000, immutable"
}
]
},
@@ -77,16 +77,16 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, immutable"
"value": "public, max-age=2592000, immutable"
}
]
},
{
"source": "(/en|/zh-hant)?/assets/(hero|covers|avatar|)/(.+).(png|jpg|svg|gif|webp)",
"source": "(/en|/zh-hant)?/(.+.)?assets/(hero|covers|avatar|)/(.+).(png|jpg|svg|gif|webp)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, immutable"
"value": "public, max-age=2592000, immutable"
}
]
},