diff --git a/netlify.toml b/netlify.toml index 96ffeef..1d1bf3a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"