Skip to content

Commit 612bd4d

Browse files
committed
Fix toml file
1 parent c0990c7 commit 612bd4d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

netlify.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[build]
22

3-
[context.production]
43
publish = "_site/"
5-
command = "jekyll build"
6-
environment = { JEKYLL_ENV = "production" }
4+
5+
[context.production]
6+
publish = "_site/"
7+
command = "jekyll build"
8+
environment = { JEKYLL_ENV = "production" }
79

810

911
[[plugins]]

0 commit comments

Comments
 (0)