Skip to content

Commit 829506c

Browse files
committed
fix(pro): sync /pro pricing copy + rebuild bundle after #4563 (#4563 follow-up)
The /pro PricingSection renders features from the i18n locales (tArray, with generated/tiers.json only as ?? fallback), so the catalog copy change in #4563 didn't reach the page — en.json/fa.json still said '1,000 requests/day'. Sync both locale overrides to the catalog ('60 requests/minute' + '1,000 requests/day included') and rebuild the committed public/pro bundle (Vercel serves it as-is, never rebuilds it). Only en/fa carry this override; other locales inherit. Old copy is fully gone from public/pro. Claude-Session: https://claude.ai/code/session_01SjVX3GyMBmC2XyFWCHogN1
1 parent c4f4e1d commit 829506c

10 files changed

Lines changed: 34 additions & 32 deletions

File tree

pro-test/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"features": [
4646
"REST API access",
4747
"Real-time data streams",
48-
"1,000 requests/day",
48+
"60 requests/minute",
49+
"1,000 requests/day included",
4950
"Webhook notifications",
5051
"Custom data exports"
5152
]

pro-test/src/locales/fa.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"features": [
4646
"REST API access",
4747
"Real-time data streams",
48-
"1,000 requests/day",
48+
"60 requests/minute",
49+
"1,000 requests/day included",
4950
"Webhook notifications",
5051
"Custom data exports"
5152
]

public/pro/assets/fa-D9HbqzBD.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/pro/assets/fa-ia1YfuFk.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/pro/assets/index-BwX1gcvf.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

public/pro/assets/index-DZ9Zqa_g.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/pro/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
</script>
162162
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer nonce="wm-static-bootstrap"></script>
163163
<meta property="csp-nonce" nonce="wm-static-bootstrap">
164-
<script type="module" crossorigin src="/pro/assets/index-BwX1gcvf.js" nonce="wm-static-bootstrap"></script>
165-
<link rel="modulepreload" crossorigin href="/pro/assets/index-DBYk1s-F.js" nonce="wm-static-bootstrap">
164+
<script type="module" crossorigin src="/pro/assets/index-DZ9Zqa_g.js" nonce="wm-static-bootstrap"></script>
165+
<link rel="modulepreload" crossorigin href="/pro/assets/index-BXmga0t7.js" nonce="wm-static-bootstrap">
166166
<link rel="stylesheet" crossorigin href="/pro/assets/index-BiW2YI6J.css" nonce="wm-static-bootstrap">
167167
</head>
168168
<body>

public/pro/welcome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
}
173173
</script>
174174
<meta property="csp-nonce" nonce="wm-static-bootstrap">
175-
<script type="module" crossorigin src="/pro/assets/welcome-sRAiXOqN.js" nonce="wm-static-bootstrap"></script>
176-
<link rel="modulepreload" crossorigin href="/pro/assets/index-DBYk1s-F.js" nonce="wm-static-bootstrap">
175+
<script type="module" crossorigin src="/pro/assets/welcome-C82fDL8i.js" nonce="wm-static-bootstrap"></script>
176+
<link rel="modulepreload" crossorigin href="/pro/assets/index-BXmga0t7.js" nonce="wm-static-bootstrap">
177177
<link rel="stylesheet" crossorigin href="/pro/assets/index-BiW2YI6J.css" nonce="wm-static-bootstrap">
178178
</head>
179179
<body>

0 commit comments

Comments
 (0)