Skip to content

Commit 72e624d

Browse files
committed
fix: remove unused testimonials content collection
1 parent 9ff1a31 commit 72e624d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/content.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ const blog = defineCollection({
1313
}),
1414
});
1515

16-
const testimonials = defineCollection({
17-
loader: glob({ pattern: 'testimonials.ts', base: './src/content' }),
18-
schema: z.object({}).optional(),
19-
});
20-
2116
export const collections = {
2217
blog,
23-
testimonials,
2418
};

0 commit comments

Comments
 (0)