-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
59 lines (50 loc) · 1.28 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
[[redirects]]
from = "https://csharpfritz.livecoders.dev"
to = "https://twitch.tv/csharpfritz"
status = 301
force = false
[[redirects]]
from = "https://jitterted.livecoders.dev"
to = "https://twitch.tv/jitterted"
status = 301
force = false
[[redirects]]
from = "https://luckynos7evin.livecoders.dev"
to = "https://twitch.tv/luckynos7evin"
status = 301
force = false
[[redirects]]
from = "https://seekaplayer.livecoders.dev"
to = "https://twitch.tv/seekaplayer"
status = 301
force = false
[[redirects]]
from = "https://codebasealpha.livecoders.dev"
to = "https://twitch.tv/codebasealpha"
status = 301
force = false
[[redirects]]
from = "https://ramblinggeek.livecoders.dev"
to = "https://twitch.tv/ramblinggeek"
status = 301
force = false
[[redirects]]
from = "https://notmyself.livecoders.dev"
to = "https://twitch.tv/iamnotmyself"
status = 301
force = false
[[redirects]]
from = "https://baldbeardedbuilder.livecoders.dev"
to = "https://twitch.tv/baldbeardedbuilder"
status = 301
force = false
[[redirects]]
from = "https://conf.livecoders.dev"
to = "https://captcalli.github.io/LiveCodersConf/"
status = 301
force = false
[[redirects]]
from = "/"
to = "https://twitch.tv/team/livecoders"
status = 301
force = false