Files
web-hosts/chuckie.coppertone.tech/app/serve.json
2025-12-26 13:38:04 +01:00

17 lines
298 B
JSON

{
"headers": [
{
"source": "**/*.html",
"headers": [
{ "key": "Cache-Control", "value": "no-cache, must-revalidate" }
]
},
{
"source": "/",
"headers": [
{ "key": "Cache-Control", "value": "no-cache, must-revalidate" }
]
}
]
}