add Cache-Control headers to json files
All checks were successful
ci/woodpecker/push/netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/netlify Pipeline was successful
This commit is contained in:
parent
0643b0d570
commit
4722f197f6
1 changed files with 6 additions and 0 deletions
6
netlify.toml
Normal file
6
netlify.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[[headers]]
|
||||
for = "/*.json"
|
||||
[headers.values]
|
||||
cache-control = '''
|
||||
max-age=0,
|
||||
no-store'''
|
Loading…
Reference in a new issue