We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3412b7b + abb5d91 commit 0373e60Copy full SHA for 0373e60
firebase.json
@@ -4,6 +4,47 @@
4
},
5
"hosting": {
6
"public": "public",
7
+ "headers": [
8
+ {
9
+ "source": "**/*routeInfo.json",
10
11
12
+ "key": "Cache-Tag",
13
+ "value": "website"
14
+ },
15
16
+ "key": "Cache-Control",
17
+ "value": "max-age=86400"
18
+ }
19
+ ]
20
21
22
+ "source": "**/*.@(css|js|png)",
23
24
25
26
27
28
29
30
31
32
33
34
35
+ "source": "/",
36
37
38
39
40
41
42
43
44
45
46
47
+ ],
48
"ignore": [
49
"firebase.json",
50
"**/.*",
0 commit comments