summaryrefslogtreecommitdiff
path: root/front-end/src
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src')
-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,