Configuring hugo settings to match cli-experimental

This commit is contained in:
Cory Jacobsen
2022-04-23 14:22:53 +00:00
parent 9d5491c2e2
commit 41296b9814
3 changed files with 46 additions and 82 deletions

10
netlify.toml Normal file
View File

@@ -0,0 +1,10 @@
[build]
base = "site/"
command = "hugo"
publish = "../publishedSite"
[context.production.environment]
HUGO_VERSION = "0.92.2"
[context.deploy-preview.environment]
HUGO_VERSION = "0.92.2"