Skip to content

Commit 69e2e3e

Browse files
Pigbibiclaude
andcommitted
fix: force Cloudflare Worker rebuild to pick up page_asset.js changes
Worker imports PAGE_HTML from page_asset.js at line 1. Without Worker rebuild, the live site still served old HTML. Add version comment to worker.js to force redeployment. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 256fb91 commit 69e2e3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/strategy-switch-console/worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// deploy: 2026-06-30T01:30Z — force Worker rebuild for page_asset.js sync
12
import { PAGE_HTML } from "./page_asset.js";
23
import { DEFAULT_STRATEGY_PROFILES } from "./strategy_profiles_asset.js";
34

0 commit comments

Comments
 (0)