chore(rcal): bump calendar JS cache version to v5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7238c74d31
commit
96a3289dcd
|
|
@ -1436,7 +1436,7 @@ routes.get("/", (c) => {
|
||||||
modules: getModuleInfoList(),
|
modules: getModuleInfoList(),
|
||||||
theme: "dark",
|
theme: "dark",
|
||||||
body: `<folk-calendar-view space="${space}"></folk-calendar-view>`,
|
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">
|
styles: `<link rel="stylesheet" href="/modules/rcal/cal.css">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin="">`,
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin="">`,
|
||||||
}));
|
}));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue