add Cache-Control headers to json files
All checks were successful
ci/woodpecker/push/netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-08-25 09:15:55 +02:00
parent 0643b0d570
commit 4722f197f6
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

6
netlify.toml Normal file
View file

@ -0,0 +1,6 @@
[[headers]]
for = "/*.json"
[headers.values]
cache-control = '''
max-age=0,
no-store'''