update toml config

This commit is contained in:
DavidWells 2018-06-20 20:54:35 -07:00
parent 2a30a7164b
commit 46ff0b0db3

View file

@ -1,5 +1,8 @@
[build]
Functions = "functions-build"
functions = "functions-build"
# This will be run the site build
command = "npm run build"
# This is the directory is publishing to netlify's CDN
publish = "build"
[template.environment]
FAUNADB_SECRET = "Your FaunaDB Server Secret"