Company site for sol pbc, served via Cloudflare Workers.
make deploy
make dev
public/ static assets served by CF Workers
├── index.html landing page
├── contact/ contact form (Turnstile-protected)
├── blog/ blog posts and feed
├── static/ logo and favicon assets
├── articles.html, bylaws.html, privacy.html
└── _headers security headers for asset responses
worker.js static assets + contact form handler + security headers
wrangler.toml CF Workers deployment config