chore(rnotes): bump JS/CSS cache version to v=4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-24 14:45:26 -07:00
parent a83c714f5a
commit ef65ec49ff
1 changed files with 2 additions and 2 deletions

View File

@ -1615,8 +1615,8 @@ routes.get("/", (c) => {
modules: getModuleInfoList(), modules: getModuleInfoList(),
theme: "dark", theme: "dark",
body: `<folk-notes-app space="${space}"></folk-notes-app>`, body: `<folk-notes-app space="${space}"></folk-notes-app>`,
scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=3"></script>`, scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=4"></script>`,
styles: `<link rel="stylesheet" href="/modules/rnotes/notes.css?v=3">`, styles: `<link rel="stylesheet" href="/modules/rnotes/notes.css?v=4">`,
})); }));
}); });