static-report/nixpacks.toml
AHMAD ALSULAILI f875ea8037 this is a test
git
2025-06-10 01:01:51 +02:00

12 lines
168 B
TOML

[phases.setup]
aptPkgs = ["hugo"]
[phases.build]
cmds = ["hugo --minify"]
[start]
cmd = "echo 'Static site - no server needed'"
[variables]
HUGO_VERSION = "0.121.2"