From ffb0db3ab74c7b07652f96e8abc276216b3c9f32 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 7 Jul 2022 13:41:31 -0500 Subject: [PATCH] Disable home always being highlights --- components/navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navbar.vue b/components/navbar.vue index 8e40cbb..a3c7d6b 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -218,7 +218,7 @@ export default { return window.location.pathname } - return '/' + return '' } } // data: function () {