Files
wazero/netlify.toml
2023-03-30 13:06:34 +08:00

16 lines
400 B
TOML

[build]
base = "site"
publish = "public"
[build.environment]
HUGO_VERSION = "0.111.3"
[context.production]
command = "git submodule update --init && hugo --gc --minify"
[context.deploy-preview]
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"