Add cache control

This commit is contained in:
schmelczerandras 2020-09-24 14:34:27 +02:00
parent d48786971b
commit 6f145aead6

View file

@ -15,6 +15,17 @@
"destination": "https://fizika.schmelczer.dev",
"type": 301
}
],
"headers": [
{
"source": "**/*.@(jpg|jpeg|gif|png|webm|mp4)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000"
}
]
}
]
}
}