Files
MaaAssistantArknights/docs/staticwebapp.config.json
SherkeyXD bd623091e6 docs(rft): 切换文档主题至 vuepress-theme-plume (#13821)
Co-authored-by: Lucien Shaw <myxlc55@outlook.com>
Co-authored-by: MistEO <mistereo@hotmail.com>
2025-09-18 18:26:14 +08:00

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/"
}
]
}