Skip to content

Commit

Permalink
temporarily updates homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jan 8, 2025
1 parent e8f9a00 commit 38bf4ce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions arches_lingo/src/arches_lingo/routes.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export const routes = [
{
path: "/",
name: "root",
component: () => import("@/arches_lingo/pages/HomePage.vue"),
meta: {
shouldShowNavigation: true,
shouldShowHierarchy: false,
requiresAuthentication: true,
},
},
// {
// path: "/",
// name: "root",
// component: () => import("@/arches_lingo/pages/HomePage.vue"),
// meta: {
// shouldShowNavigation: true,
// shouldShowHierarchy: false,
// requiresAuthentication: true,
// },
// },
{
path: "/login/:next?",
name: "login",
Expand All @@ -30,7 +30,7 @@ export const routes = [
},
},
{
path: "/schemes",
path: "/",
name: "schemes",
component: () => import("@/arches_lingo/pages/SchemeList.vue"),
meta: {
Expand Down Expand Up @@ -62,7 +62,7 @@ export const routes = [
];

export const routeNames = {
root: "root",
root: "schemes",
login: "login",
search: "search",
advancedSearch: "advanced-search",
Expand Down

0 comments on commit 38bf4ce

Please sign in to comment.