docs: disable documentDriven mode

This commit is contained in:
Benjamin Canac
2023-06-15 18:18:17 +02:00
parent c8e6ed8df9
commit e2f7d82d62
11 changed files with 84 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
const commandPaletteRef = ref()
const { navigation } = useContent()
const navigation = inject('navigation')
const { data: files } = await useLazyAsyncData('search', () => queryContent().where({ _type: 'markdown' }).find(), { default: () => [] })