Skip to content

Commit

Permalink
Merge pull request #29 from KNowledgeOnWebScale/EDC_active
Browse files Browse the repository at this point in the history
fixing routing after repo migration
  • Loading branch information
ecrum19 authored Oct 21, 2024
2 parents 18d5ff6 + c3397fa commit 09bc337
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 09bc337

Please sign in to comment.