Skip to content

Commit 287ef2b

Browse files
committed
fix: Changing case of toml to lowercase for consistency
1 parent 2218768 commit 287ef2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
Command = "yarn build"
3-
Functions = "lambda"
4-
Publish = "dist"
2+
command = "yarn build"
3+
functions = "lambda"
4+
publish = "dist"

0 commit comments

Comments
 (0)