From b94d4cf644d6b43ac95cea78b25f5dad5684535d Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 31 Jul 2025 02:06:04 +0200 Subject: [PATCH] coolify setup --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 65175cf..a57570b 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -5,4 +5,4 @@ nixPkgs = ["hugo", "go"] cmds = ["hugo --minify --config config/_default/hugo.toml"] [[ nixpacks.included_files ]] -paths = ["dist"] \ No newline at end of file +paths = ["/public"] \ No newline at end of file