From 8b9ccff25669ee70630c4571885b274c0a4a0aae Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Feb 2026 22:19:39 -0800 Subject: [PATCH] fix: use bare domain rspace.online/r* for rApp links instead of personal subdomain App switcher fallback was "personal" causing all rApp links to resolve to personal.rspace.online/r*. Changed to "demo" so links use the bare domain which the server rewrites to demo mode. Updated landing page CTAs and ecosystem links to match. Co-Authored-By: Claude Opus 4.6 --- shared/components/rstack-app-switcher.ts | 2 +- website/index.html | 34 ++++++++++++------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/shared/components/rstack-app-switcher.ts b/shared/components/rstack-app-switcher.ts index 6d2440c..0d4bdd3 100644 --- a/shared/components/rstack-app-switcher.ts +++ b/shared/components/rstack-app-switcher.ts @@ -247,7 +247,7 @@ export class RStackAppSwitcher extends HTMLElement { #getSpaceSlug(): string { // Read from the space switcher or URL const spaceSwitcher = document.querySelector("rstack-space-switcher"); - if (spaceSwitcher) return spaceSwitcher.getAttribute("current") || "personal"; + if (spaceSwitcher) return spaceSwitcher.getAttribute("current") || "demo"; return getCurrentSpace(); } diff --git a/website/index.html b/website/index.html index a8cb0dc..30adefd 100644 --- a/website/index.html +++ b/website/index.html @@ -369,7 +369,7 @@ @@ -380,7 +380,7 @@
@@ -558,21 +558,21 @@