Files
zhgh_neu_h5/static.json
T
2026-09-08 20:07:08 +08:00

13 lines
176 B
JSON

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