forked from techlahoma/200ok-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
46 lines (39 loc) · 960 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
42
43
44
45
46
[build]
base = "."
publish = "public/"
command = "make deploy"
# https://cli.netlify.com/netlify-dev#netlifytoml-dev-block
[dev]
command = "npm run dev"
autoLaunch = false
# Redirect the default subdomain to the primary domain
[[redirects]]
from = "https://200ok.netlify.app/*"
to = "https://200ok.us/:splat"
status = 301
force = true
[[redirects]]
from = "/tickets"
to = "https://www.techlahoma.org/tickets-arent-available"
status = 302
force = true
[[redirects]]
from = "/survey"
to = "https://docs.google.com/forms/d/e/1FAIpQLSdggrJUmqeYB89Ph811NylZz3IP6CHtmSx6XZLTxPK46BS85Q/viewform"
status = 302
force = true
[[redirects]]
from = "/network"
to = "https://zoom.us/j/92474087693"
status = 302
force = true
[[redirects]]
from = "/watch"
to = "https://youtu.be/2R5k0Q_sZt0"
status = 302
force = true
[[redirects]]
from = "/stream"
to = "https://youtu.be/2R5k0Q_sZt0"
status = 302
force = true