Deploy notes
The full deploy guide lives on Deploy (Cloudflare Pages happy path + any static host). This post is the short version.
Pin the engine
Local link:../filepress only works on your machine. For CI:
{
"devDependencies": {
"getfilepress": "^0.1.1"
}
}
Git pin also works: github:Catalyst-Forge-LLC/filepress#v0.1.1. Prefer a tag or SHA over floating main.
Cloudflare Pages
| Setting | Value |
|---|---|
| Root directory | / (the site repo) |
| Build command | pnpm install && pnpm build |
| Output directory | build |
Set url in filepress.config.ts to the live custom domain. Agents wiring CI: see docs/DEPLOY.md.