-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnetlify.toml
More file actions
42 lines (34 loc) · 810 Bytes
/
netlify.toml
File metadata and controls
42 lines (34 loc) · 810 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
35
36
37
38
39
40
41
42
[[redirects]]
from = "/about"
to = "/"
status = 302
[[redirects]]
from = "/tickets"
to = "https://www.durhamsu.com/groups/computing-766e/events/compsoc-x-duwit-x-dueg-ball"
status = 302
[[redirects]]
from = "/join"
to = "http://eepurl.com/dKcvFQ"
status = 302
[[redirects]]
from = "/fb"
to = "https://www.facebook.com/DurhamCompSoc"
status = 302
[[redirects]]
from = "/discord"
to = "https://discord.gg/QDtMw5a2Ck"
status = 302
[[redirects]]
from = "/ins"
to = "https://www.instagram.com/ducompsoc/"
status = 302
[[redirects]]
from = "/linkedin"
to = "https://www.linkedin.com/company/ducompsoc/"
status = 302
[[redirects]]
from = "/sponsorshipdeck"
to = "https://drive.google.com/file/d/1NdSjyCv39hsFdOKcOkDXjyuYhInRmObn/view?usp=sharing"
status = 302
[dev]
publish = "dist/"