Files
GameSlopReference/GSR/Web/wwwroot/staticwebapp.config.json
T
2026-07-05 11:26:54 -04:00

14 lines
251 B
JSON

{
"navigationFallback": {
"rewrite": "/index.html"
},
"responseOverrides": {
"200": {
"cacheControl": "public, max-age=604800, immutable"
},
"404": {
"cacheControl": "public, max-age=300, must-revalidate"
}
}
}