add more cache control
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
4722f197f6
commit
4bd45b9019
1 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,9 @@
|
||||||
cache-control = '''
|
cache-control = '''
|
||||||
max-age=0,
|
max-age=0,
|
||||||
no-store'''
|
no-store'''
|
||||||
|
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*"
|
||||||
|
[headers.values]
|
||||||
|
cache-control = 'max-age:900'
|
||||||
|
|
Loading…
Reference in a new issue