diff --git a/src/router/index.ts b/src/router/index.ts index 1e6af9b..d8c5c93 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -15,7 +15,7 @@ const router = createRouter({ // route level code-splitting // this generates a separate chunk (About.[hash].js) for this route // which is lazy-loaded when the route is visited. - component: () => import('../views/AboutView.vue'), + component: () => import('../views/InfoView.vue'), }, { path: '/contact', diff --git a/src/views/AboutView.vue b/src/views/InfoView.vue similarity index 94% rename from src/views/AboutView.vue rename to src/views/InfoView.vue index 25fd17a..7101c75 100644 --- a/src/views/AboutView.vue +++ b/src/views/InfoView.vue @@ -17,8 +17,8 @@