From 25174b87e6eddee5ba2db6cd0fc342157868356d Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 2 Mar 2026 15:18:29 -0800 Subject: [PATCH] fix: bump rCal JS cache version to v=4 Bust Cloudflare CDN cache after unified layout deploy. Co-Authored-By: Claude Opus 4.6 --- modules/rcal/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rcal/mod.ts b/modules/rcal/mod.ts index 871b446..e889548 100644 --- a/modules/rcal/mod.ts +++ b/modules/rcal/mod.ts @@ -385,7 +385,7 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ` `, }));