From d262eff097e99135c6ab808bc46cb5416e432e87 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 3 Apr 2026 13:32:04 -0700 Subject: [PATCH] fix(rgov): use path-only href instead of /${space}/ prefix Spaces are subdomains, not path segments. /rspace is correct since the space context comes from the subdomain. Co-Authored-By: Claude Opus 4.6 --- modules/rgov/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rgov/mod.ts b/modules/rgov/mod.ts index f332750..e0b2910 100644 --- a/modules/rgov/mod.ts +++ b/modules/rgov/mod.ts @@ -41,7 +41,7 @@ routes.get("/", (c) => {
  • Projects — Circuit aggregators showing "X of Y gates satisfied"
  • Amendments — Propose in-place circuit modifications
  • - + Open Canvas →