-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfirebase.json
More file actions
31 lines (31 loc) · 602 Bytes
/
firebase.json
File metadata and controls
31 lines (31 loc) · 602 Bytes
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
{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "!/__/**",
"destination": "/index.html"
},
{
"source": "**/!(*.js|*.html|*.css|*.json|*.svg|*.png|*.jpg|*.jpeg)",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/",
"headers": [
{
"key": "Link",
"value": "</app-aa3a6dee416357e30e0934773a7a7e8e.js>;rel=preload;as=script"
}
]
}
],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}