Remove Static pages

This commit is contained in:
PascalMarchesseault
2024-08-04 21:21:50 -04:00
parent b3cd3f3636
commit b1e370e96c
5 changed files with 1 additions and 1804 deletions

View File

@@ -14,9 +14,6 @@ import Join from '../views/main/Join.vue'
import Home from '../views/main/Home.vue'
import Wallet from '../views/main/Wallet.vue'
import Profile from '../views/main/Profile.vue'
import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue'
import Leffet from '../views/manualusers/LeffetProfile.vue'
import MathieuCaron from '../views/manualusers/MathieuCaron.vue'
import CreatorList from '../views/creators/CreatorList.vue'
import CreatorPage from "@/views/creators/CreatorPage.vue";
import ContentPage from "@/views/contents/ContentPage.vue";
@@ -48,24 +45,7 @@ const routes = [
{
path: '/content/post',
component: PostContent,
},
{
path: '/@leffet',
component: Leffet
},
{
path: '/@chloebeaugrand',
component: ChloeBeaugrand
},
{
path: '/@guillaumeaime',
component: GuillaumeAime
},
{
path: '/@mathieucaron',
component: MathieuCaron
},
},
{
path: '/helpandcontact',