Skip to content

Commit 1091093

Browse files
authored
up to app
1 parent 74b23ee commit 1091093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const commonFields = {
1111
};
1212

1313
// Post collection schema
14-
const blogCollection = defineCollection({
14+
const appsCollection = defineCollection({
1515
loader: glob({ pattern: "**/*.{md,mdx}", base: "src/content/apps" }),
1616
schema: z.object({
1717
title: z.string(),

0 commit comments

Comments
 (0)