You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/2018-12-17-turning-the-static-dynamic/index.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,14 @@ When deploying to Netlify, `gatsby build` must be run before `netlify-lambda bui
63
63
64
64
```toml
65
65
[build]
66
-
Command = "npm run build"
67
-
Functions = "lambda"
68
-
Publish = "public"
66
+
command = "npm run build"
67
+
functions = "lambda"
68
+
publish = "public"
69
69
```
70
70
71
71
For more info or configuration options (e.g. in different branches and build environments), check [the Netlify.toml reference](https://www.netlify.com/docs/netlify-toml-reference/).
72
72
73
-
**NOTE:** the `Command` specified in `netlify.toml` overrides the build command specified in your site's Netlify UI Build settings.
73
+
**NOTE:** the `command` specified in `netlify.toml` overrides the build command specified in your site's Netlify UI Build settings.
74
74
75
75
4.**Proxy the emulated functions for local development**: Head to `gatsby-config.js` and add this to your `module.exports`:
0 commit comments