netlify.toml 322 Bytes
Newer Older
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
1 2 3
[build]
  functions = "./functions"

ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
4 5
[[redirects]]
  from = "/api/*"
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
6
  to = "https://us-central1-antd-pro.cloudfunctions.net/api/api/:splat"
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
7 8 9 10 11
  status = 200
  force = true
  [redirects.headers]
    X-From = "Netlify"
    X-Api-Key = "some-api-key-string"
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
12
    
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
13 14 15 16
[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200