Files
MaaAssistantArknights/docs/staticwebapp.config.json
Aliothmoon f09e4de87e fix: 下载状态文本适配浅色模式 (#12410)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-19 23:15:11 +08:00

16 lines
333 B
JSON

{
"responseOverrides": {
"404": {
"rewrite": "/docs/404.html"
}
},
"routes": [
{
"route": "/*.{jpg,gif,png,ico,svg,css,scss,js,webp,webmanifest}",
"headers": {
"cache-control": "public, max-age=604800, immutable"
}
}
]
}