Skip to content

Commit

Permalink
perf(cli): Reducing default /app/** routes cache control TTL on fireb…
Browse files Browse the repository at this point in the history
…ase.json
  • Loading branch information
leomp12 committed Nov 22, 2024
1 parent 1400f8f commit fd531ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/config/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=600, stale-while-revalidate=900"
"value": "public, max-age=300, stale-while-revalidate=900"
}
]
},
Expand Down

0 comments on commit fd531ad

Please sign in to comment.