add more cache control
All checks were successful
ci/woodpecker/push/netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-08-25 09:22:49 +02:00
parent 4722f197f6
commit 4bd45b9019
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -4,3 +4,9 @@
cache-control = '''
max-age=0,
no-store'''
[[headers]]
for = "/*"
[headers.values]
cache-control = 'max-age:900'