# Explicitly set the provider to 'static' to help with detection [provider] name = "static" website = "https://gohugo.io/" [phases.setup] aptPkgs = ["hugo"] [ phases.build ] cmds = ["hugo --minify"] [ environment ] HUGO_VERSION = "0.112.3" [[ nixpacks.included_files ]] paths = ["/public"] # Add a custom plan to ensure the static provider is recognized [plan] providers = ["static"]