Skip to content

Commit ed40ba1

Browse files
authored
specify hugo version and node version
1 parent e36288b commit ed40ba1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[build]
22
publish = "public"
33
command = "hugo --minify --gc --cleanDestinationDir --baseURL $URL"
4+
5+
[build.environment]
6+
HUGO_VERSION = "0.84.1"
7+
NODE_ENV = "production"
8+
NODE_VERSION = "16.2.0"

0 commit comments

Comments
 (0)