Skip to content

Commit

Permalink
fixing routing after repo migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Crum authored and Elias Crum committed Oct 21, 2024
1 parent 1c452ea commit c3397fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c3397fa

Please sign in to comment.