extended firebase cache
This commit is contained in:
parent
6b03aae434
commit
f050144c29
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@
|
|||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "**/*.@(js|css|woff2|png|svg)",
|
||||
"headers": [ {
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=7200"
|
||||
} ]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
|
|
Loading…
Reference in a new issue