From 0b17fe8ad92067c8363e5a6e9ae3e0897fdc59e6 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:39:31 +0000 Subject: [PATCH] fix: remove stale cache-busting parameter from playground/index.html blueprint URL (#67) The CodeRabbit review of PR #15 flagged that playground/index.html had an iframe src pointing to the feature/testing-framework branch. That URL fix was applied in commit f48276c (updating to main branch). This commit also removes the stale cache-busting `_t=2` query parameter that was added during development. The blueprint URL now references the canonical main branch path without any ephemeral query parameters. Closes #36 --- playground/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/index.html b/playground/index.html index 9065793..b3e042e 100644 --- a/playground/index.html +++ b/playground/index.html @@ -21,6 +21,6 @@ - +