forked from angular/code.material.angularjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
82 lines (82 loc) · 2.03 KB
/
firebase.json
File metadata and controls
82 lines (82 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"firebase": "angular-material",
"public": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/",
"destination": "/latest",
"type": 302
},
{
"source": "/head",
"destination": "/HEAD",
"type": 302
}
],
"headers": [
{
"source": "**/*.@(eot|otf|ttf|ttc|woff|font.css)",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
],
"rewrites": [
{
"source": "/HEAD/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/HEAD/index.html"
},
{
"source": "/latest/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/latest/index.html"
},
{
"source": "/0.11.3/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/0.11.3/index.html"
},
{
"source": "/0.11.4/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/0.11.4/index.html"
},
{
"source": "/1.0.0-rc2/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.0-rc2/index.html"
},
{
"source": "/1.0.0-rc6/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.0-rc6/index.html"
},
{
"source": "/1.0.0-rc7/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.0-rc7/index.html"
},
{
"source": "/1.0.0/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.0/index.html"
},
{
"source": "/1.0.1/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.1/index.html"
},
{
"source": "/1.0.2/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.2/index.html"
},
{
"source": "/1.0.3/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.3/index.html"
},
{
"source": "/1.0.4/**/!(*.@(js|html|css|json|svg|png|jpg|jpeg))",
"destination": "/1.0.4/index.html"
}
]
}