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