diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 25c4459..5aea86b 100755 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -11,7 +11,7 @@ export default Vue.extend({ const path = this.$route.path if (path !== '/projects/premid' && path.startsWith('/projects/premid')) return '/projects/premid' - else if (this.routeIsBlog && this.$route.params?.slug) return '/blog' + else if (this.routeIsBlog && this.$route.params?.slug) return '/' else return '/' } } @@ -33,11 +33,11 @@ export default Vue.extend({ /> --> - +