diff --git a/dist/.dist b/dist/.dist new file mode 100644 index 0000000..e69de29 diff --git a/nixpacks.toml b/nixpacks.toml index d85bc94..65175cf 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 = ["dist"] \ No newline at end of file