2023-08-28 21:33:54 +01:00
|
|
|
[build]
|
|
|
|
publish = "exampleSite/public"
|
|
|
|
command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
|
|
|
|
|
|
|
# Always trigger a rebuild, even if the files haven't changed.
|
|
|
|
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
|
|
|
|
ignore = "false"
|
|
|
|
|
|
|
|
[build.environment]
|
2024-12-14 23:44:10 +00:00
|
|
|
HUGO_VERSION = "0.138.0"
|
2024-05-29 10:11:25 +02:00
|
|
|
GO_VERSION = "1.22.3"
|
|
|
|
NODE_VERSION = "22.2.0"
|