Skip to content

Commit b601438

Browse files
committed
New pages with sessions and new style for prose and markdown
1 parent 2a6307d commit b601438

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/content.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const mode = import.meta.env.MODE;
99
console.log(`\x1b[35m[EP]\x1b[0m Current MODE: \x1b[1m\x1b[34m${mode}\x1b[0m`);
1010

1111
const pages = defineCollection({
12-
<<<<<<< HEAD
1312
loader: glob({ pattern: "**/*.{md,mdx}", base: "./src/content/pages" }),
1413
schema: z.object({
1514
title: z.string(),

0 commit comments

Comments
 (0)