mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16 lines
333 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|