Skip to content

Commit 52ae658

Browse files
author
Bot
committed
add missing commas to cache control
1 parent 51fc906 commit 52ae658

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

firebase.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
{
3535
"key": "Cache-Control",
36-
"value": "max-age=31536000 immutable"
36+
"value": "max-age=31536000, immutable"
3737
}
3838
]
3939
},
@@ -69,23 +69,23 @@
6969
"headers": [
7070
{
7171
"key": "Cache-Control",
72-
"value": "max-age=31536000 immutable"
72+
"value": "max-age=31536000, immutable"
7373
}
7474
]
7575
}, {
7676
"source": "/css/**",
7777
"headers": [
7878
{
7979
"key": "Cache-Control",
80-
"value": "max-age=31536000 immutable"
80+
"value": "max-age=31536000, immutable"
8181
}
8282
]
8383
}, {
8484
"source": "/exampleResults.json",
8585
"headers": [
8686
{
8787
"key": "Cache-Control",
88-
"value": "max-age=31536000 immutable"
88+
"value": "max-age=31536000, immutable"
8989
}
9090
]
9191
},
@@ -94,7 +94,7 @@
9494
"headers": [
9595
{
9696
"key": "Cache-Control",
97-
"value": "max-age=3600 must-revalidate"
97+
"value": "max-age=3600, must-revalidate"
9898
}
9999
]
100100
}

0 commit comments

Comments
 (0)