Browse Source

Set custom build environment to try and get lambda functions working

pull/15/head
Luke Childs 5 years ago
parent
commit
c161729b16
  1. 2
      netlify.toml

2
netlify.toml

@ -4,3 +4,5 @@
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
[build.environment]
ZISI_VERSION = "0.4.0-7"

Loading…
Cancel
Save