diff --git a/firebase.json b/firebase.json index da6e7a6..a3eaad6 100644 --- a/firebase.json +++ b/firebase.json @@ -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" + } + ] + } ] } }