We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf922c commit a636fa2Copy full SHA for a636fa2
1 file changed
packages/layer/app/pages/index.vue
@@ -4,7 +4,7 @@ definePageMeta({
4
})
5
6
const { data: page } = await useAsyncData('landing', () =>
7
- queryCollection('landing').path('/').first())
+ queryCollection('landing').first())
8
</script>
9
10
<template>
0 commit comments