Fixe CTA01, Hide navbar

This commit is contained in:
PascalMarchesseault
2024-10-01 18:37:26 -04:00
parent ded4bc2cf6
commit 7b17b8cfc0
3 changed files with 12 additions and 6 deletions

View File

@@ -25,9 +25,15 @@ import ContentPage from "@/views/contents/ContentPage.vue";
import CreatorContent from "@/views/creators/CreatorContent.vue";
import CreatorNews from "@/views/creators/CreatorNews.vue";
import CreatorHome from "@/views/creators/CreatorHome.vue";
import CTA01 from "@/views/CTA01.vue";
const routes = [
{
path: '/cta01',
component: CTA01,
meta: {hideSideBar: true}
},
{
path: '/',
component: Home,