-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnetlify.toml
78 lines (78 loc) · 2.42 KB
/
netlify.toml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[build]
publish = "public"
command = "npm run build"
[build.environment]
YARN_VERSION = "1.3.2"
YARN_FLAGS = "--no-ignore-optional"
[[redirects]]
from = "/events"
to = "/feature-events"
# [[redirects]]
# from = "https://www.ravereviewz.net.au/*"
# to = "https://www.ravereviewz.net/:splat"
# [[redirects]]
# from = "https://ravereviewz.net/*"
# to = "https://www.ravereviewz.net/:splat"
# [[redirects]]
# from = "/events"
# to = "/Events-Location/Sydney/"
# [[redirects]]
# from = "/Events-Location/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/Events-Location/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/Event/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/Event/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/PromotorList/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/PromotorList/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/VenueList/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/VenueList/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/promotorvenue-faqs/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/promotorvenue-faqs/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/what-the-faq/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/what-the-faq/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/css/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/css/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/img/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/img/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/scripts/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/scripts/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/Content/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/umbraco/*"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/umbraco/:splat"
# status = 200
# force = true
# [[redirects]]
# from = "/jquery-2.1.4.min.js"
# to = "http://ravereviewz-286156834.ap-southeast-2.elb.amazonaws.com/jquery-2.1.4.min.js"
# status = 200
# force = true