This commit is contained in:
root 2025-06-09 22:29:49 +00:00
parent f98ad3aed8
commit 4a91a0a0c2

View File

@ -4,8 +4,8 @@ aptPkgs = ["hugo"]
[phases.build] [phases.build]
cmds = ["hugo --minify"] cmds = ["hugo --minify"]
[environment] [start]
HUGO_VERSION = "0.147.8" cmd = "echo 'Static site - nothing to start'"
[[nixpacks.included_files]] [variables]
paths = ["/public"] HUGO_VERSION = "0.121.2"