diff --git a/modules/rcal/mod.ts b/modules/rcal/mod.ts
index a7c8285..803ac43 100644
--- a/modules/rcal/mod.ts
+++ b/modules/rcal/mod.ts
@@ -714,8 +714,8 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: ``,
- scripts: ``,
- styles: `
+ scripts: ``,
+ styles: `
`,
}));
});
diff --git a/modules/rmaps/mod.ts b/modules/rmaps/mod.ts
index fca53a2..06ab2f1 100644
--- a/modules/rmaps/mod.ts
+++ b/modules/rmaps/mod.ts
@@ -141,7 +141,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: ``,
- scripts: ``,
+ scripts: ``,
styles: ``,
}));
});
@@ -158,7 +158,7 @@ routes.get("/:room", (c) => {
theme: "dark",
styles: ``,
body: ``,
- scripts: ``,
+ scripts: ``,
}));
});
diff --git a/modules/rnetwork/mod.ts b/modules/rnetwork/mod.ts
index de83cb8..a0830c0 100644
--- a/modules/rnetwork/mod.ts
+++ b/modules/rnetwork/mod.ts
@@ -305,7 +305,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
body: `
`,
- scripts: ``,
+ scripts: ``,
styles: ``,
}));
});
diff --git a/modules/rschedule/mod.ts b/modules/rschedule/mod.ts
index 2c56a65..82a74b4 100644
--- a/modules/rschedule/mod.ts
+++ b/modules/rschedule/mod.ts
@@ -764,8 +764,8 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: ``,
- scripts: ``,
- styles: ``,
+ scripts: ``,
+ styles: ``,
}),
);
});
diff --git a/modules/rswag/mod.ts b/modules/rswag/mod.ts
index 0d08039..1674251 100644
--- a/modules/rswag/mod.ts
+++ b/modules/rswag/mod.ts
@@ -237,8 +237,8 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: ``,
- scripts: ``,
- styles: ``,
+ scripts: ``,
+ styles: ``,
}));
});
diff --git a/modules/rwork/mod.ts b/modules/rwork/mod.ts
index 45fa09f..50b4e02 100644
--- a/modules/rwork/mod.ts
+++ b/modules/rwork/mod.ts
@@ -400,7 +400,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: ``,
- scripts: ``,
+ scripts: ``,
styles: ``,
}));
});
diff --git a/server/landing.ts b/server/landing.ts
index 5111640..84c9210 100644
--- a/server/landing.ts
+++ b/server/landing.ts
@@ -7,7 +7,7 @@
*/
import type { ModuleInfo } from "../shared/module";
-import { escapeHtml, escapeAttr, MODULE_LANDING_CSS, RICH_LANDING_CSS } from "./shell";
+import { escapeHtml, escapeAttr, MODULE_LANDING_CSS, RICH_LANDING_CSS, versionAssetUrls } from "./shell";
export function renderMainLanding(modules: ModuleInfo[]): string {
const moduleListJSON = JSON.stringify(modules);
@@ -25,7 +25,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
)
.join("\n");
- return `
+ return versionAssetUrls(`
@@ -34,8 +34,8 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
rSpace — Community Platform
-
-
+
+
@@ -220,7 +220,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
-`;
+