diff --git a/app/components/layout/AppHeader.vue b/app/components/layout/AppHeader.vue index df9d796..eff29ae 100644 --- a/app/components/layout/AppHeader.vue +++ b/app/components/layout/AppHeader.vue @@ -8,6 +8,7 @@ const mobileOpen = ref(false) const navLinks = computed(() => [ { key: 'home', path: '/' }, { key: 'hytale', path: '/hytale' }, + { key: 'blog', path: '/blog' }, { key: 'projects', path: '/projects' }, { key: 'about', path: '/about' }, { key: 'contact', path: '/contact' },