Skip to content

Commit

Permalink
Remove cache-control header from firebase.json (angular#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored and mmalerba committed Aug 15, 2018
1 parent 63a88e1 commit b34e239
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"hosting": {
"public": "dist",
"cleanUrls": true,
"headers": [{
"source": "**/*.@(js|html|css)",
"headers": [{
"key": "Cache-Control",
"value": "max-age=604800"
}]
}],
"rewrites": [
{
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",
Expand Down

0 comments on commit b34e239

Please sign in to comment.