[Deploy] Set cache max time

This commit is contained in:
Qolzam
2018-02-23 22:27:34 +07:00
parent 2ce8da6ae2
commit d32a04017a

View File

@@ -1,6 +1,17 @@
{ {
"hosting": { "hosting": {
"public": "build", "public": "build",
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=7200"
}
]
}
],
"rewrites": [ "rewrites": [
{ {
"source": "/favicon.ico", "source": "/favicon.ico",