Skip to content

Commit

Permalink
Merge pull request #14 from ecrum19/EDC_active
Browse files Browse the repository at this point in the history
path fixing3
  • Loading branch information
ecrum19 authored May 23, 2024
2 parents 0fc8525 + d0c2b22 commit 216cddc
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 120 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
node_modules
.data/
dist

# local env files
.env.local
Expand Down
1 change: 0 additions & 1 deletion dist/css/app.a98904cb.css

This file was deleted.

7 changes: 0 additions & 7 deletions dist/css/chunk-vendors.03a4ccdb.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions dist/js/app.dc52a6b6.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.dc52a6b6.js.map

This file was deleted.

104 changes: 0 additions & 104 deletions dist/js/chunk-vendors.63d20e8b.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/chunk-vendors.63d20e8b.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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(),
history: createWebHistory('/TRIPLE_App/'),
routes: [
{
path: "/",
Expand All @@ -34,7 +34,7 @@ const router = createRouter({
},
{
name: "Home",
path: "/TRIPLE_App/",
path: "home",
components: { default: LandingPage },
},
{
Expand Down

0 comments on commit 216cddc

Please sign in to comment.