update toml config
This commit is contained in:
parent
2a30a7164b
commit
46ff0b0db3
1 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue