From 55d48f119284a27cd9d00006e99e9b72a82a478b Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 19 Oct 2025 15:58:44 +1300 Subject: [PATCH] fix(cache): add cache-busting version to interactive-diagram.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Added version query string to interactive-diagram.js script tag to force browser cache refresh for the SVG access fix. CHANGES: - Added ?v=20251019160000 to interactive-diagram.js script tag IMPACT: Users will now load the fixed JavaScript that properly accesses the SVG via contentDocument fallback. Prevents stale cache issues. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- public/architecture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/architecture.html b/public/architecture.html index 9c39ccfc..edcb27b9 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -509,7 +509,7 @@ - +