Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b34e239

Browse files
jelbournmmalerba
authored andcommitted
Remove cache-control header from firebase.json (#504)
1 parent 63a88e1 commit b34e239

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

firebase.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
"hosting": {
33
"public": "dist",
44
"cleanUrls": true,
5-
"headers": [{
6-
"source": "**/*.@(js|html|css)",
7-
"headers": [{
8-
"key": "Cache-Control",
9-
"value": "max-age=604800"
10-
}]
11-
}],
125
"rewrites": [
136
{
147
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",

0 commit comments

Comments
 (0)