Skip to content

Commit a709575

Browse files
committed
chore: missing commit
1 parent 31f85d7 commit a709575

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/error.vue

-8
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ useHead({
2121
})
2222
2323
const { data: navigation } = await useAsyncData('navigation', () => fetchContentNavigation())
24-
const { data: files } = useLazyFetch<ParsedContent[]>('/api/search.json', {
25-
default: () => [],
26-
server: false,
27-
})
2824
2925
provide('navigation', navigation.value?.[0]?.children || [])
3026
</script>
@@ -43,10 +39,6 @@ provide('navigation', navigation.value?.[0]?.children || [])
4339

4440
<Footer />
4541

46-
<ClientOnly>
47-
<LazyUContentSearch :files="files" :navigation="navigation" />
48-
</ClientOnly>
49-
5042
<UNotifications />
5143
</div>
5244
</template>

0 commit comments

Comments
 (0)