Update Netlify settings
This commit is contained in:
parent
11d0d14a71
commit
eb6bb7e3eb
|
@ -1,5 +1,3 @@
|
||||||
HUGO_VERSION = "0.124.0"
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "public"
|
publish = "public"
|
||||||
functions = "functions"
|
functions = "functions"
|
||||||
|
@ -7,6 +5,7 @@ HUGO_VERSION = "0.124.0"
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "20.11.0"
|
NODE_VERSION = "20.11.0"
|
||||||
NPM_VERSION = "10.2.4"
|
NPM_VERSION = "10.2.4"
|
||||||
|
HUGO_VERSION = "0.125.1"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "hugo --minify --gc"
|
command = "hugo --minify --gc"
|
||||||
|
|
Loading…
Reference in New Issue