-
Notifications
You must be signed in to change notification settings - Fork 4
/
netlify.toml
49 lines (40 loc) · 1.07 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
[[plugins]]
package = "@netlify/plugin-gatsby"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
[[redirects]]
from = "/"
to = "https://subvisual-redesign.webflow.io/"
status = 200
force = true
[[redirects]]
from = "/services"
to = "https://subvisual-redesign.webflow.io/services"
status = 200
force = true
[[redirects]]
from = "/academy"
to = "https://jobs.subvisual.com/academy"
[[redirects]]
from = "/ventures"
to = "https://subvisual-redesign.webflow.io/ventures"
status = 200
force = true
[[redirects]]
from = "/people"
to = "https://subvisual-redesign.webflow.io/people"
status = 200
force = true
[[redirects]]
from = "/"
to = "https://subvisual-redesign.webflow.io/services"
status = 200
force = true
[[redirects]]
from = "/smarttalks"
to = "https://subvisual.notion.site/Society-of-Mars-Advanced-Royal-Tech-Talks-28cf36c8beac41c9a9b01046f98b7c6c"
[[redirects]]
from = "/smartereveryfriday"
to = "https://subvisual.notion.site/Smarter-Every-Friday-Conspiracy-b72e3389f87c4bac83b48fac2434c89a"