netlify-faunadb-example/netlify.toml
2018-06-20 20:54:35 -07:00

8 lines
252 B
TOML

[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"