From c3397fac0f34e118fbc88a7898a2a4b9c6d1223f Mon Sep 17 00:00:00 2001 From: Elias Crum Date: Mon, 21 Oct 2024 19:21:08 +0200 Subject: [PATCH] fixing routing after repo migration --- src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router.ts b/src/router.ts index 713312f..452f746 100644 --- a/src/router.ts +++ b/src/router.ts @@ -17,7 +17,7 @@ import { isLoggedin } from "./components/login"; * The router here allows for navigation between different functional pages of the TRIPLE App */ const router = createRouter({ - history: createWebHistory('/TRIPLE_App/'), + history: createWebHistory('/solid-cockpit/'), routes: [ { name: "root",