Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 483252a

Browse files
committed
fix(): update cahte ttl
1 parent 376dee0 commit 483252a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
]
1818
},
1919
{
20-
"source": "**/*.@(jpg|jpeg|gif|png|js)",
20+
"source": "**/*.@(jpg|jpeg|svg|gif|png)",
2121
"headers": [
2222
{
2323
"key": "Cache-Control",
24-
"value": "max-age=86400"
24+
"value": "max-age=31536000"
2525
}
2626
]
2727
},
@@ -30,7 +30,7 @@
3030
"headers": [
3131
{
3232
"key": "Cache-Control",
33-
"value": "max-age=7200"
33+
"value": "max-age=8035200"
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)