Files
miti99/netlify.toml
T
2026-01-18 12:28:13 +07:00

14 lines
273 B
TOML

[build.environment]
DART_SASS_VERSION = "1.97.1"
GO_VERSION = "1.25.5"
HUGO_VERSION = "0.154.0"
NODE_VERSION = "24.12.0"
TZ = "Asia/Ho_Chi_Minh"
[build]
publish = "public"
command = """\
git config core.quotepath false && \
hugo --gc --minify --baseURL "${URL}"
"""