Skip to content

Commit 3f4cff3

Browse files
committed
docs: 문서 구조 수정 및 리펙토링
1 parent e1b7998 commit 3f4cff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/router/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const routes: RouteRecordRaw[] = [
55
path: '/',
66
component: () => import('layouts/MainLayout.vue'),
77
children: [
8-
{ path: '', component: () => import('pages/IndexPage.vue') },
8+
{ path: '', component: () => import('pages/HomePage.vue') },
99
{ path: 'about', component: () => import('pages/AboutPage.vue') },
1010
{ path: 'blog', component: () => import('pages/BlogPage.vue') },
1111
{ path: 'projects', component: () => import('pages/ProjectsPage.vue') }

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path'
55

66
// https://vitejs.dev/config/
77
export default defineConfig({
8-
base: '/isho-0.github.io/',
8+
base: '/',
99
plugins: [
1010
vue({
1111
template: { transformAssetUrls }

0 commit comments

Comments
 (0)