diff options
Diffstat (limited to 'site/src/router')
| -rw-r--r-- | site/src/router/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/router/index.ts b/site/src/router/index.ts index 5b90a51..38c65fd 100644 --- a/site/src/router/index.ts +++ b/site/src/router/index.ts @@ -4,7 +4,7 @@ import { createRouter, createWebHistory } from 'vue-router' const routes = [ { path: '/', - component: () => import('@/views/Welcome.vue'), + component: () => import('@/views/index/index.vue'), }, { path: '/:path(.*)', |
