extended firebase cache

This commit is contained in:
thilo 2020-03-22 20:30:35 +01:00
parent 6b03aae434
commit f050144c29
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**/*.@(js|css|woff2|png|svg)",
"headers": [ {
"key": "Cache-Control",
"value": "max-age=7200"
} ]
}
],
"rewrites": [
{
"source": "**",