site optimization

This commit is contained in:
2019-12-18 18:42:27 +01:00
committed by smuddy
parent ea24d1fbb3
commit 215c4786fe
3 changed files with 14 additions and 3 deletions

View File

@@ -15,6 +15,17 @@
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**/*.@(js|css)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=846000"
}
]
}
]
}
}