We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6307d commit b601438Copy full SHA for b601438
1 file changed
src/content.config.ts
@@ -9,7 +9,6 @@ const mode = import.meta.env.MODE;
9
console.log(`\x1b[35m[EP]\x1b[0m Current MODE: \x1b[1m\x1b[34m${mode}\x1b[0m`);
10
11
const pages = defineCollection({
12
-<<<<<<< HEAD
13
loader: glob({ pattern: "**/*.{md,mdx}", base: "./src/content/pages" }),
14
schema: z.object({
15
title: z.string(),
0 commit comments