-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
50 lines (50 loc) · 1.21 KB
/
redirects.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
[
{
"fromPath": "pages/history.html",
"componentPath": "./src/pages/history.js"
},
{
"fromPath": "pages/the_trees_of_foxley_wood.html",
"componentPath": "./src/pages/trees.js"
},
{
"fromPath": "pages/english_oak.html",
"componentPath": "./src/pages/trees/english-oak.js"
},
{
"fromPath": "pages/contact.html",
"componentPath": "./src/pages/contact.js"
},
{
"fromPath": "pages/latest_news.html",
"componentPath": "./src/pages/news.js"
},
{
"fromPath": "pages/news.html",
"componentPath": "./src/pages/news.js"
},
{
"fromPath": "pages/work_days.html",
"componentPath": "./src/pages/work-days.js"
},
{
"fromPath": "pages/management_plan.html",
"componentPath": "./src/pages/resources.js"
},
{
"fromPath": "images/content/Membership-Application.pdf",
"componentPath": "./src/pages/resources.js"
},
{
"fromPath": "pages/surveys.html",
"componentPath": "./src/pages/resources.js"
},
{
"fromPath": "pages/wood-products.html",
"componentPath": "./src/pages/wood-products.js"
},
{
"fromPath": "pages/ancient_beech_tree.html",
"componentPath": "./src/pages/trees/ancient-beech-tree-diversion.js"
}
]