From 5dfe3dc0db51624082d20a31767c5a6aa774749d Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 15 Sep 2023 12:09:17 -0400 Subject: ci pipeline for complete builds --- front-end/src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'front-end/src') diff --git a/front-end/src/main.ts b/front-end/src/main.ts index 36fb4ab..cbf3209 100644 --- a/front-end/src/main.ts +++ b/front-end/src/main.ts @@ -53,10 +53,10 @@ createVnApp({ siteTitle: 'CMNext Admin', //Routes to display in the header when the user is not logged in - headerRoutes: ['Home', 'Login'], + headerRoutes: ['Blog', 'Login'], //Routes to display in the header when the user is logged in - authRoutes: ['Home', 'Blog', 'Account', 'Login'], + authRoutes: ['Blog', 'Account', 'Login'], //Enable dark mode support useDarkMode: true, -- cgit