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 ca78aaf commit b49997cCopy full SHA for b49997c
docs/content.config.ts
@@ -4,7 +4,7 @@ export const collections = {
4
docs: defineCollection({
5
type: 'page',
6
source: {
7
- path: 'docs/**',
+ include: 'docs/**',
8
prefix: '/docs',
9
},
10
schema: z.object({
0 commit comments