Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-30 20:46:14 -07:00
commit 71452a6b31
1 changed files with 1 additions and 1 deletions

View File

@ -2007,7 +2007,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(), modules: getModuleInfoList(),
theme: "dark", theme: "dark",
body: `<folk-inbox-client space="${space}"></folk-inbox-client>`, body: `<folk-inbox-client space="${space}"></folk-inbox-client>`,
scripts: `<script type="module" src="/modules/rinbox/folk-inbox-client.js?v=2"></script>`, scripts: `<script type="module" src="/modules/rinbox/folk-inbox-client.js?v=3"></script>`,
styles: `<link rel="stylesheet" href="/modules/rinbox/inbox.css">`, styles: `<link rel="stylesheet" href="/modules/rinbox/inbox.css">`,
})); }));
}); });