Skip to content

fix(site): align blog hook figures with TCO table data#3

Merged
lemur47 merged 2 commits intomainfrom
fix/blog-honest-numbers
Feb 12, 2026
Merged

fix(site): align blog hook figures with TCO table data#3
lemur47 merged 2 commits intomainfrom
fix/blog-honest-numbers

Conversation

@lemur47
Copy link
Owner

@lemur47 lemur47 commented Feb 12, 2026

Summary

  • Fix EN blog hook: "$2,000 mistake" → "$375 more than you need to" to match TCO table ($1,550 − $1,175 = $375)
  • Fix JA blog hook: "20万円" → "3.75万円" to match JA TCO table (15.5万円 − 11.75万円 = 3.75万円)

Test plan

  • npm run build passes with zero errors
  • EN hook says "$375", not "$2,000"
  • JA hook says "3.75万円", not "20万円"
  • No other content changed

🤖 Generated with Claude Code

The hook claimed "$2,000 mistake" / "20万円" but the table shows a $375
/ 3.75万円 gap. Fix both EN and JA hooks to match the actual numbers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 12, 2026

Deploying logic with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4132808
Status: ✅  Deploy successful!
Preview URL: https://c799f159.logic-btj.pages.dev
Branch Preview URL: https://fix-blog-honest-numbers.logic-btj.pages.dev

View logs

@lemur47
Copy link
Owner Author

lemur47 commented Feb 12, 2026

The numbers in the blog posts in both English and Japanese were fixed.

One more thing: I think the redirect from pmo.run to pmo.run/en takes time. Can we fix it?

Cloudflare Pages handles _redirects at the edge, making the root
redirect near-instant instead of relying on Astro's client-side
redirect. Uses 302 to avoid permanent browser caching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@lemur47 lemur47 merged commit 5c6032b into main Feb 12, 2026
5 checks passed
@lemur47 lemur47 deleted the fix/blog-honest-numbers branch February 13, 2026 02:19
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.

1 participant