-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfirebase.json
43 lines (43 loc) · 1.04 KB
/
firebase.json
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
{
"hosting": {
"redirects": [
{
"source": "/config.json",
"destination": "/reference/airnode/latest/deployment-files/config-json.html",
"type": 301
},
{
"source": "/latest",
"destination": "/reference/airnode/latest/understand/",
"type": 301
},
{
"source": "/next",
"destination": "/reference/airnode/next/understand/",
"type": 301
},
{
"source": "/airnode",
"destination": "/reference/airnode/latest/understand/",
"type": 301
},
{
"source": "/ois",
"destination": "/reference/ois/latest/",
"type": 301
},
{
"source": "/dapis",
"destination": "https://docs.api3.org/oev-searchers/in-depth/dapis/",
"type": 301
},
{
"source": "/dao-members",
"destination": "/reference/dao-members/",
"type": 301
}
],
"public": "docs/.vitepress/dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}