We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51327d3 commit 41bca17Copy full SHA for 41bca17
docs/content/docs/3.files/1.markdown.md
@@ -58,7 +58,7 @@ Now we can query blog posts:
58
59
```ts
60
// Get the foo post
61
-const fooPost = await queryCollection('blog').path('/foo').first()
+const fooPost = await queryCollection('blog').path('/blog/foo').first()
62
63
// Find all posts
64
const allPosts = await queryCollection('blog').order('date', 'DESC').all()
0 commit comments