Files
rogue/static.json
2026-01-04 09:30:09 +11:00

11 lines
165 B
JSON

{
"root": "dist/",
"clean_urls": true,
"https_only": true,
"headers": {
"/**": {
"Cache-Control": "public, max-age=31536000"
}
}
}