From 5a10bec67a95173538b7bb6753e8a26119ca9415 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Thu, 2 Jul 2026 03:54:44 +0700 Subject: [PATCH] Revert "fix: replace Astro.redirect with direct live content at /" This reverts commit 34ac4be6c20459bf3c342518b4af0bf8b006818f. --- services/frontend/src/pages/index.astro | 78 +------------------------ 1 file changed, 3 insertions(+), 75 deletions(-) diff --git a/services/frontend/src/pages/index.astro b/services/frontend/src/pages/index.astro index 704122e..a5dbee1 100644 --- a/services/frontend/src/pages/index.astro +++ b/services/frontend/src/pages/index.astro @@ -1,78 +1,6 @@ --- -// ─── index.astro — Dashboard root ─────────────────────────────────────────── -// Serves the same content as /live/ at the root path. -// No redirect — avoids meta-refresh issues in SSG mode. +// ─── index.astro — Redirect to live dashboard ────────────────────────────── +// The root path now redirects to /live where the full SPA lives. // ──────────────────────────────────────────────────────────────────────────── -import BaseLayout from "../layouts/BaseLayout.astro"; -import Sidebar from "../components/sidebar/Sidebar.astro"; -import Header from "../components/header/Header.astro"; -import Card from "../components/ui/Card.astro"; -import ThemeToggle from "../islands/ThemeToggle"; -import VoiceControls from "../islands/VoiceControls"; -import ActiveSpeakers from "../islands/ActiveSpeakers"; -import AudioVisualizer from "../islands/AudioVisualizer"; -import NowPlaying from "../islands/NowPlaying"; -import Particles from "../islands/Particles"; -import MascotChat from "../islands/MascotChat"; +return Astro.redirect("/live", 301); --- - - -
- - -
-
- -
- -
-
-
- -

Voice Connection

- -
- - -

Live Audio

- -
- - -

Now Playing

- -
-
- - -
-
-
-
- - - -
- -