You need to add in root directory netfily.toml. 1[build] 2publish = "public" 3command = "hugo --gc --minify" 45[context.production.environment] 6HUGO_VERSION = "0.74.3" 7HUGO_ENV = "production" 8HUGO_ENABLEGITINFO = "true" 910[context.split1] 11command = "hugo --gc --minify …
Read More