Skip to content

fix: wire adazo.com via Worker zone routes - #5

Merged
SteveSimonson merged 1 commit into
mainfrom
fix/adazo-domain-routes
Jul 28, 2026
Merged

fix: wire adazo.com via Worker zone routes#5
SteveSimonson merged 1 commit into
mainfrom
fix/adazo-domain-routes

Conversation

@SteveSimonson

Copy link
Copy Markdown
Owner

Closes #3

Summary

  • Redirect to Parsimony removed (CF dashboard)
  • Worker zone routes for apex and www
  • www Workers custom domain attached
  • Apex keeps existing A records; zone routes serve traffic
  • wrangler deploy succeeds cleanly

Live

Pair

@DennisSimonson @SteveSimonson

Test plan

  • curl apex home/shop/why 200
  • wrangler deploy shows zone routes

Worker zone routes serve apex while existing A records remain.
www is attached as a Workers custom domain. Avoid custom_domain
on apex (blocked by externally managed DNS) so deploy succeeds.

Co-authored-by: Dennis Simonson <DennisSimonson@users.noreply.github.com>
@SteveSimonson

Copy link
Copy Markdown
Owner Author

Independent review (config-only domain wiring)

Verified live

  • https://adazo.com/ → 200, Adazo title
  • https://adazo.com/shop → 200
  • https://www.adazo.com/ → 301 to apex (Worker canonical host)
  • wrangler deploy lists zone routes without domain-record errors

Diff

  • wrangler.jsonc: switch apex/www from custom_domain: true to zone routes (zone_name: adazo.com)
  • Rationale: apex still has externally managed A records; zone routes already serve traffic after redirect removal

Risk

Low — deploy config only; runtime Worker code unchanged

VERDICT: APPROVE

@SteveSimonson
SteveSimonson merged commit ce224b7 into main Jul 28, 2026
1 check passed
@SteveSimonson
SteveSimonson deleted the fix/adazo-domain-routes branch July 28, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wire adazo.com custom domain to Adazo Worker

1 participant