aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/main.ts
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-15 12:09:17 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-15 12:09:17 -0400
commit5dfe3dc0db51624082d20a31767c5a6aa774749d (patch)
tree6d0aefa1be0d94e86711bcc2b51b897281412ddb /front-end/src/main.ts
parentf2781825804039b5ca68466bec7054b8d9ccce5d (diff)
ci pipeline for complete builds
Diffstat (limited to 'front-end/src/main.ts')
-rw-r--r--front-end/src/main.ts4
1 files changed, 2 insertions, 2 deletions
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,