Skip to content

Commit

Permalink
fix: home page not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jan 2, 2025
1 parent 97d9f78 commit 8f5b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const router = createRouter({
{
path: "/",
name: "home",
component: import("../views/HomeView.vue"),
component: () => import("../views/HomeView.vue"),
},
{
path: "/about",
Expand Down

0 comments on commit 8f5b72c

Please sign in to comment.