Add cache control
This commit is contained in:
parent
d48786971b
commit
6f145aead6
1 changed files with 11 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue