[go: up one dir, main page]

Menu

[0ff9ba]: / rewrites.json  Maximize  Restore  History

Download this file

34 lines (34 with data), 446 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
32
33
34
[
{
"from" : "",
"to" : "index.html"
},
{
"from" : "js/*",
"to" : "js/*"
},
{
"from" : "css/*",
"to" : "css/*"
},
{
"from" : "fancybox/*",
"to" : "fancybox/*"
},
{
"from" : "page/*",
"to" : "page/*"
},
{
"from" : "dialog/*",
"to" : "dialog/*"
},
{
"from" : "agorae/_design/argos/_rewrite/",
"to" : "../../"
},
{
"from" : ":db/*",
"to" : "../../*"
}
]