Skip to content

Commit 2760ec2

Browse files
committed
feat: update goodies collection source and add navigation icon
1 parent f4efffc commit 2760ec2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const collections = {
128128
})
129129
}),
130130
goodies: defineCollection({
131-
source: '3.goodies/**/*',
131+
source: '3.goodies/*.md',
132132
type: 'page',
133133
schema: z.object({
134134
lead: z.string().optional(),

content/3.goodies/.navigation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
icon: i-heroicons-gift-solid

content/3.goodies/_dir.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)