From d6b5512e82719ac89e4a0b0413d66cfe461f7f96 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Jun 2025 22:38:55 +0000 Subject: [PATCH] Delete nixpacks.toml --- nixpacks.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml deleted file mode 100644 index c881f56..0000000 --- a/nixpacks.toml +++ /dev/null @@ -1,11 +0,0 @@ -[phases.setup] -aptPkgs = ["hugo"] - -[phases.build] -cmds = ["hugo --minify"] - -[start] -cmd = "echo 'Static site - nothing to start'" - -[variables] -HUGO_VERSION = "0.121.2" \ No newline at end of file