diff --git a/nixpacks.toml b/nixpacks.toml index dcde257..c881f56 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -4,8 +4,8 @@ aptPkgs = ["hugo"] [phases.build] cmds = ["hugo --minify"] -[environment] -HUGO_VERSION = "0.147.8" +[start] +cmd = "echo 'Static site - nothing to start'" -[[nixpacks.included_files]] -paths = ["/public"] +[variables] +HUGO_VERSION = "0.121.2" \ No newline at end of file