From 93b725105409f1f86d87626b90d6c422d17ef6f0 Mon Sep 17 00:00:00 2001
From: Jeff Emmett
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";