Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Emmett 854dd6e156 Merge branch 'dev'
CI/CD / deploy (push) Successful in 2m49s Details
2026-04-15 15:44:00 -04:00
Jeff Emmett 96a3289dcd chore(rcal): bump calendar JS cache version to v5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 15:43:58 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: `<folk-calendar-view space="${space}"></folk-calendar-view>`,
scripts: `<script type="module" src="/modules/rcal/folk-calendar-view.js?v=4"></script>`,
scripts: `<script type="module" src="/modules/rcal/folk-calendar-view.js?v=5"></script>`,
styles: `<link rel="stylesheet" href="/modules/rcal/cal.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin="">`,
}));