From 4a91a0a0c2521f4fa0cbf10f37ff3c3cf9de0a01 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Jun 2025 22:29:49 +0000 Subject: [PATCH] update 2 --- nixpacks.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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