Skip to content

Commit

Permalink
content config
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed Dec 9, 2024
1 parent 9350bca commit 8849247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { docsSchema } from "@astrojs/starlight/schema";
import { glob } from "astro/loaders";
import { defineCollection, reference, z } from "astro:content";

Expand Down Expand Up @@ -77,5 +76,5 @@ export const collections = {
_locale: z.string().optional(),
}),
}),
docs: defineCollection({ schema: docsSchema() }),
// docs: defineCollection({ schema: docsSchema() }),
};

0 comments on commit 8849247

Please sign in to comment.