Skip to content

Commit

Permalink
docs: remove cache for entrypoint JS files until we can diagnose what…
Browse files Browse the repository at this point in the history
…'s going on

PiperOrigin-RevId: 575357630
  • Loading branch information
Elliott Marquez authored and copybara-github committed Oct 21, 2023
1 parent b7be1cb commit 5c3db90
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions catalog/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@
"headers": [
{
"key": "Cache-Control",
"value": "604800"
"value": "max-age=604800"
}
]
},
{
"source": "**/[!chunk-]*.js",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=3600"
}
]
},
Expand All @@ -26,7 +35,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "31536000"
"value": "max-age=31536000"
}
]
}
Expand Down

0 comments on commit 5c3db90

Please sign in to comment.