diff --git a/src/router/index.js b/src/router/index.js index f19d238..7ece6e5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,3 +1,4 @@ +import GuillaumeAime from '@/views/manualusers/GuillaumeAime.vue' import About from '@/views/tos/About.vue' import ContentPolicy from '@/views/tos/ContentPolicy.vue' import FAQ from '@/views/tos/FAQ.vue' @@ -26,7 +27,7 @@ const router = createRouter({ component: HomeView }, { - path: '/guillaumeaime', + path: '/creatorfolio', name: 'creatorfolio', component: CreatorFolio }, @@ -116,6 +117,12 @@ const router = createRouter({ name: 'chloebeauregard', component: ChloeBeauregard }, + + { + path: '/guillaumeaime', + name: 'guillaumeaime', + component: GuillaumeAime + }, ], scrollBehavior(to, from, savedPosition) { return { top: 0 }; diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index 593ff7f..bcabdf4 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -284,7 +284,7 @@ - + @@ -541,6 +541,7 @@ + + \ No newline at end of file