-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
105 lines (89 loc) · 2.58 KB
/
Copy pathnetlify.toml
File metadata and controls
105 lines (89 loc) · 2.58 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[build]
command = "true" # don't build anything, static
publish = "public"
[[redirects]]
from = "/about"
to = "https://far.ai/events/alignment-workshop"
status = 301
force = true
# Redirect individual event pages
[[redirects]]
from = "/singapore-2025"
to = "https://far.ai/events/event-list/singapore-aw-25"
status = 301
force = true
[[redirects]]
from = "/bay-area-2024"
to = "https://far.ai/events/event-list/bayarea-aw-24"
status = 301
force = true
[[redirects]]
from = "/vienna-2024"
to = "https://far.ai/events/event-list/vienna-aw-24"
status = 301
force = true
[[redirects]]
from = "/nola-2023"
to = "https://far.ai/events/event-list/nola-aw-23"
status = 301
force = true
[[redirects]]
from = "/sf-2023"
to = "https://far.ai/events/event-list/sf-aw-23"
status = 301
force = true
# Redirect talk pages with changed urls
[[redirects]]
from = "/bay-area-2024-talks/chirag-agarwal-the-unreliability-of-chain-of-thought-reasoning"
to = "https://far.ai/events/sessions/chirag-agarwal-the-un-reliability-of-chain-of-thought-reasoning"
status = 301
force = true
[[redirects]]
from = "/nola-2023-talks/adri%C3%A0-garriga-alonso-understanding-planning-in-neural-networks"
to = "https://far.ai/events/sessions/adria-garriga-alonso-understanding-planning-in-neural-networks"
status = 301
force = true
[[redirects]]
from = "/nola-2023-talks/dawn-song-challenges-for-ai-safety-in-adversarial-settings"
to = "https://far.ai/events/sessions/dawn-song-ai-safety-in-adversarial-settings"
status = 301
force = true
[[redirects]]
from = "/sf-talks/chris-olah-looking-inside-neural-networks-with-mechanistic-interpretabili"
to = "https://far.ai/events/sessions/chris-olah-looking-inside-neural-networks-with-mechanistic-interpretability"
status = 301
force = true
# Redirect all other talk pages
[[redirects]]
from = "/bay-area-2024-talks/*"
to = "https://far.ai/events/sessions/:splat"
status = 301
force = true
[[redirects]]
from = "/vienna-2024-talks/*"
to = "https://far.ai/events/sessions/:splat"
status = 301
force = true
[[redirects]]
from = "/nola-2023-talks/*"
to = "https://far.ai/events/sessions/:splat"
status = 301
force = true
[[redirects]]
from = "/sf-talks/*"
to = "https://far.ai/events/sessions/:splat"
status = 301
force = true
# Redirect root to www canonical
[[redirects]]
from = "https://alignment-workshop.com/*"
to = "https://www.alignment-workshop.com/:splat"
status = 301
force = true
# Everything below redirects subpages to far.ai
[[redirects]]
# Redirect homepage to Alignment Workshop section on far.ai
from = "/"
to = "https://far.ai/events/alignment-workshop"
status = 301
force = true