-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrewrites.json
54 lines (54 loc) · 898 Bytes
/
rewrites.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
44
45
46
47
48
49
50
51
52
53
54
[
{
"from": "",
"to": "index.html"
},
{
"from": "map.html",
"to": "map.html"
},
{
"from": "images/*",
"to": "images/*"
},
{
"from": "style/*",
"to": "style/*"
},
{
"from": "external/*",
"to": "external/*"
},
{
"from": "_view/*",
"to": "_view/*"
},
{
"from": "_spatial/*",
"to": "_spatial/*"
},
{
"from": "script/*",
"to": "script/*"
},
{
"from": "images/*",
"to": "images/*"
},
{
"from": "openwifimap",
"to": "../../"
},
{
"from": "openwifimap/*",
"to": "../../*"
},
{
"from": "/api/*",
"to": "../../_design/owm-api/_rewrite/*"
},
{
"from": "/api/",
"to": "../../_design/owm-api/_rewrite/"
}
]