File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.DS_Store
22.hugo_build.lock
3+ .wrangler /
34public /
45resources /
Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ The production site is built warning-strict and published at
2929` https://farrow.pgsty.com/ ` . Pages settings and DNS must authorize that domain
3030before deployment.
3131
32- Cloudflare Pages must define ` HUGO_VERSION=0.165.0 ` in both the Production and
33- Preview build environments. Cloudflare's default Hugo can be older than the
34- minimum required by Oink; ` HUGO_SERVER ` is not a recognized version selector.
32+ The source-controlled ` wrangler.toml ` defines ` HUGO_VERSION=0.165.0 ` for both
33+ the Production and Preview build environments. Cloudflare's default Hugo can
34+ be older than the minimum required by Oink; ` HUGO_SERVER ` is not a recognized
35+ version selector.
3536
3637## Content policy
3738
Original file line number Diff line number Diff line change 1+ name = " farrow-pgsty-com"
2+ pages_build_output_dir = " ./public"
3+ compatibility_date = " 2026-08-28"
4+
5+ [vars ]
6+ HUGO_VERSION = " 0.165.0"
7+
8+ [env .preview .vars ]
9+ HUGO_VERSION = " 0.165.0"
You can’t perform that action at this time.
0 commit comments