File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ) }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import path from 'path'
55
66// https://vitejs.dev/config/
77export default defineConfig ( {
8- base : '/isho-0.github.io/ ' ,
8+ base : '/' ,
99 plugins : [
1010 vue ( {
1111 template : { transformAssetUrls }
You can’t perform that action at this time.
0 commit comments