diff --git a/bun.lockb b/bun.lockb index b18992cc..72566e81 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/layout/DocsBase.vue b/components/layout/DocsBase.vue index 046628b0..183306b5 100644 --- a/components/layout/DocsBase.vue +++ b/components/layout/DocsBase.vue @@ -3,6 +3,7 @@ import type { NavItem } from '@nuxt/content/types'; import { withoutTrailingSlash } from 'ufo'; const route = useRoute(); +const category = useCategory(); const navigation = inject>('navigation', ref([])); const { data: page } = await useAsyncData(route.path, () => queryContent(route.path).findOne()); @@ -50,27 +51,33 @@ const breadcrumb = computed(() => {