fix(rchoices): bump JS cache version to v=5 for tab CSS fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-16 17:14:04 -07:00
parent 352ad33fff
commit 1811f5e7b4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(), modules: getModuleInfoList(),
theme: "dark", theme: "dark",
body: `<folk-choices-dashboard space="${spaceSlug}"></folk-choices-dashboard>`, body: `<folk-choices-dashboard space="${spaceSlug}"></folk-choices-dashboard>`,
scripts: `<script type="module" src="/modules/rchoices/folk-choices-dashboard.js?v=4"></script>`, scripts: `<script type="module" src="/modules/rchoices/folk-choices-dashboard.js?v=5"></script>`,
styles: `<link rel="stylesheet" href="/modules/rchoices/choices.css">`, styles: `<link rel="stylesheet" href="/modules/rchoices/choices.css">`,
})); }));
}); });