We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b23ee commit 1091093Copy full SHA for 1091093
src/content.config.ts
@@ -11,7 +11,7 @@ const commonFields = {
11
};
12
13
// Post collection schema
14
-const blogCollection = defineCollection({
+const appsCollection = defineCollection({
15
loader: glob({ pattern: "**/*.{md,mdx}", base: "src/content/apps" }),
16
schema: z.object({
17
title: z.string(),
0 commit comments