From 494568599f53fd1deff99ad67265d8df44d476d9 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Mar 2026 13:39:55 -0700 Subject: [PATCH] fix(rnotes): cache-bust JS/CSS for notebook creation fix Co-Authored-By: Claude Opus 4.6 --- modules/rnotes/mod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rnotes/mod.ts b/modules/rnotes/mod.ts index aa08a40..a5c13bd 100644 --- a/modules/rnotes/mod.ts +++ b/modules/rnotes/mod.ts @@ -1009,8 +1009,8 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, - styles: ``, + scripts: ``, + styles: ``, })); });