Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 666 Bytes

File metadata and controls

17 lines (10 loc) · 666 Bytes

Deploy Instructions

Cloudflare Pages Deployment

The web/ directory deploys to Cloudflare Pages via GitHub Actions (.github/workflows/deploy.yml).

Troubleshooting

If the site shows a 403 error, check that the Cloudflare Pages project exists and is configured to serve index.html.

Note on wrangler.toml

The wrangler.toml in web/ is for the Workers API (separate from Pages static hosting). The Pages deployment does not use or reference it.