Skip to content

Commit 094571a

Browse files
NickyMeulemanLekoArts
authored andcommitted
docs(blog): lowercase netlify toml keys (#18017)
* fix: lowercase netlify toml keys * extra lowercase char
1 parent f32ebad commit 094571a

File tree

1 file changed

+4
-4
lines changed
  • docs/blog/2018-12-17-turning-the-static-dynamic

1 file changed

+4
-4
lines changed

docs/blog/2018-12-17-turning-the-static-dynamic/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ When deploying to Netlify, `gatsby build` must be run before `netlify-lambda bui
6363

6464
```toml
6565
[build]
66-
Command = "npm run build"
67-
Functions = "lambda"
68-
Publish = "public"
66+
command = "npm run build"
67+
functions = "lambda"
68+
publish = "public"
6969
```
7070

7171
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/).
7272

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.
7474

7575
4. **Proxy the emulated functions for local development**: Head to `gatsby-config.js` and add this to your `module.exports`:
7676

0 commit comments

Comments
 (0)