mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
18.27.2024 db073d61a0a28bdfdb06871908e90c27254d4dd0
build(fix): proper configuration for netlify

- move environment from production to general build section
- set HUGO_VERSION to 0.128.0 as per hugo.toml

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
1 files modified
6 ■■■■■ changed files
netlify.toml 6 ●●●●● patch | view | raw | blame | history
netlify.toml
@@ -1,10 +1,8 @@
[build]
publish = "./exampleSite/public/"
command = "npm run deploy"
[context.production]
[context.production.environment]
HUGO_VERSION = "0.135.0"
[build.environment]
HUGO_VERSION = "0.128.0"
HUGO_ENV = "production"
GO_VERSION = "1.23"
NODE_ENV = "development"