Skip to content

Commit b49997c

Browse files
committed
docs: update collection definition
1 parent ca78aaf commit b49997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const collections = {
44
docs: defineCollection({
55
type: 'page',
66
source: {
7-
path: 'docs/**',
7+
include: 'docs/**',
88
prefix: '/docs',
99
},
1010
schema: z.object({

0 commit comments

Comments
 (0)