netlify-faunadb-example2/netlify.toml
2019-04-07 15:49:58 -07:00

9 lines
260 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_SERVER_SECRET = "Your FaunaDB Server Secret"