Commit graph

10 commits

Author SHA1 Message Date
Sam Carlton
81b2179d0f Keep the raw worker URL pointed at the canonical site
Some checks failed
Deploy to Cloudflare Workers with Wrangler / Deploy (push) Has been cancelled
Run Node 24 Checks / build (24.x) (push) Has been cancelled
The default worker is published to workers.dev, but fetching that hostname as the origin returns Cloudflare's placeholder page. Redirect the raw workers.dev host to doesitarm.com while keeping the existing pass-through behavior for routed custom hosts.

Constraint: workers.dev has no real site origin behind the default worker
Rejected: Proxy workers.dev through doesitarm.com | redirect is simpler and avoids presenting duplicate public hosts
Confidence: high
Scope-risk: narrow
Directive: Keep this redirect host-specific so custom-domain worker routes can continue pass-through behavior
Tested: npm --prefix doesitarm-default run build
Not-tested: Post-deploy live redirect, pending GitHub Actions deployment
2026-04-26 12:53:35 -05:00
Sam Carlton
ef1fe0ca38 Clean up comment 2022-02-04 12:41:38 -06:00
Sam Carlton
fc425a3fe7 Add ua experimenetal code 2022-02-04 12:41:28 -06:00
Sam Carlton
e307451d40 Try universal analytics 2022-02-04 12:34:01 -06:00
Sam Carlton
b0ca9ec8ec Ttry running esbuild under npx 2022-02-03 21:36:03 -06:00
Sam Carlton
bbc151dd05 Set up build and dev scripts 2022-02-03 21:28:28 -06:00
Sam Carlton
531cd4513a Install worker dependencies 2022-02-03 21:28:11 -06:00
Sam Carlton
a10285ef34 Change index to simple passthrough 2022-02-03 21:27:43 -06:00
Sam Carlton
34ccc4b587 Remove and untrack wrangler.toml 2022-02-03 19:50:22 -06:00
Sam Carlton
a4186bafdf Add demo worker 2022-02-03 19:33:31 -06:00