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:
parent
352ad33fff
commit
1811f5e7b4
|
|
@ -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">`,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue