diff --git a/modules/rvote/landing.ts b/modules/rvote/landing.ts index 7ffed82..5875645 100644 --- a/modules/rvote/landing.ts +++ b/modules/rvote/landing.ts @@ -18,7 +18,7 @@ export function renderLanding(): string { then advance to final voting.

- @@ -106,7 +106,7 @@ export function renderLanding(): string {

Vote on live polls synced across the r* ecosystem. Changes appear in real-time for everyone.

-
Open Interactive Demo @@ -380,7 +380,7 @@ export function renderLanding(): string { - + Interactive Demo diff --git a/modules/rvote/mod.ts b/modules/rvote/mod.ts index 2ded13c..8b66955 100644 --- a/modules/rvote/mod.ts +++ b/modules/rvote/mod.ts @@ -633,11 +633,6 @@ function renderDemoBody(): string { // ── Page routes ── -// Legacy /demo path — redirect to demo.rspace.online/rvote -routes.get("/demo", (c) => { - return c.redirect("https://demo.rspace.online/rvote", 301); -}); - // Main route — serves demo page when space=demo, dashboard otherwise routes.get("/", (c) => { const space = c.req.param("space") || "demo";