-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
netlify.toml
41 lines (35 loc) · 840 Bytes
/
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
# Domain redirects
[[redirects]]
from = "http://another-pomodoro.netlify.app/*"
to = "https://focustide.app/:splat"
status = 301
force = true
[[redirects]]
from = "https://another-pomodoro.netlify.app/*"
to = "https://focustide.app/:splat"
status = 301
force = true
[[redirects]]
from = "http://another-pomodoro.app/*"
to = "https://focustide.app/:splat?olddomain"
status = 301
force = true
[[redirects]]
from = "https://another-pomodoro.app/*"
to = "https://focustide.app/:splat?olddomain"
status = 301
force = true
[[redirects]]
from = "/timer"
to = "/"
status = 301
force = true
# Proxying for third-party scripts
[[redirects]]
from = "/bee.js"
to = "https://cdn.splitbee.io/sb.js"
status = 200
[[redirects]]
from = "/_hive/*"
to = "https://hive.splitbee.io/:splat"
status = 200