Skip to content

Commit 9764c05

Browse files
docs: fixed example syntax (#3495)
1 parent 37340bb commit 9764c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/2.collections/1.define.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineContentConfig({
3838
collections: {
3939
docs: defineCollection({
4040
// Specify the type of content in this collection
41-
type: 'page'
41+
type: 'page',
4242
// Load every file inside the `content` directory
4343
source: '**',
4444
})

0 commit comments

Comments
 (0)