Files
MaaAssistantArknights/docs/staticwebapp.config.json
2025-04-19 13:08:56 +08:00

16 lines
297 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"
}
}
]
}