fix(site): align blog hook figures with TCO table data#3
Merged
Conversation
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>
Deploying logic with
|
| 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 |
Owner
Author
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
npm run buildpasses with zero errors🤖 Generated with Claude Code