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.
1 parent 929e517 commit 0c89480Copy full SHA for 0c89480
firebase.json
@@ -6,10 +6,36 @@
6
"**/.*",
7
"**/node_modules/**"
8
],
9
+ "cleanUrls": true,
10
+ "trailingSlash": false,
11
"rewrites": [
12
+ {
13
+ "source": "/blog/**",
14
+ "destination": "/blog/[...slug].html"
15
+ },
16
17
+ "source": "/tags/**",
18
+ "destination": "/tags/[tag].html"
19
+ }
20
+ ],
21
+ "headers": [
22
{
23
"source": "**",
- "destination": "/index.html"
24
25
26
+ "key": "Cache-Control",
27
+ "value": "public, max-age=0, must-revalidate"
28
29
+ ]
30
31
32
+ "source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)",
33
34
35
36
+ "value": "public, max-age=31536000, immutable"
37
38
39
}
40
]
41
0 commit comments