-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
41 lines (35 loc) · 944 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
[build]
functions = "./lambda"
publish = "public"
[dev]
command = "npm run build"
port = 3000 # Port that the dev server will be listening on
targetPort = 3000 # Port of target app server
publish = "public" # If you use a _redirect file, provide the path to your static content folder
autoLaunch = true
[[redirects]]
from = "/global_1"
to = "/meetup/ck8vxvl1k1a700104ygm809n9"
status = 301
force = false
headers = {X-From = "Netlify"}
[[redirects]]
from = "/global_2"
to = "/meetup/cka2ooxts00ly0109uvysepfk"
status = 301
force = false
headers = {X-From = "Netlify"}
[[redirects]]
from = "/global_3"
to = "/meetup/ckal9jk2o1b9x01608ig10n4q"
status = 301
force = false
headers = {X-From = "Netlify"}
[[redirects]]
from = "/global_4"
to = "/meetup/ckbuzizag046l0151tivgzf0x"
status = 301
force = false
headers = {X-From = "Netlify"}
[[plugins]]
package = "netlify-plugin-gatsby-cache"