mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
Co-authored-by: Lucien Shaw <myxlc55@outlook.com> Co-authored-by: MistEO <mistereo@hotmail.com>
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"responseOverrides": {
|
|
"404": {
|
|
"rewrite": "/404.html"
|
|
}
|
|
},
|
|
"routes": [
|
|
{
|
|
"route": "/*.{jpg,gif,png,ico,svg,css,scss,js,webp,webmanifest}",
|
|
"headers": {
|
|
"cache-control": "public, max-age=604800, immutable"
|
|
}
|
|
},
|
|
{
|
|
"route": "/",
|
|
"redirect": "/zh-cn/"
|
|
}
|
|
]
|
|
}
|