Files
2026-09-08 20:05:20 +08:00

13 lines
167 B
JSON

{
"root": "dist",
"clean_urls": true,
"routes": {
"/**": "index.html"
},
"headers": {
"/": {
"Cache-Control": "no-store, no-cache"
}
}
}