games/netlify.toml
lauralani 4bd45b9019
All checks were successful
ci/woodpecker/push/netlify Pipeline was successful
add more cache control
2023-08-25 09:22:49 +02:00

12 lines
175 B
TOML

[[headers]]
for = "/*.json"
[headers.values]
cache-control = '''
max-age=0,
no-store'''
[[headers]]
for = "/*"
[headers.values]
cache-control = 'max-age:900'